Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
2378ce90
Commit
2378ce90
authored
Jan 20, 2001
by
Sam Hocevar
Browse files
. really fixed GetChunk now.
parent
234d7300
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/input_ext-dec.h
View file @
2378ce90
...
...
@@ -2,7 +2,7 @@
* input_ext-dec.h: structures exported to the VideoLAN decoders
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: input_ext-dec.h,v 1.1
6
2001/01/20
04:19:02
sam Exp $
* $Id: input_ext-dec.h,v 1.1
7
2001/01/20
13:08:33
sam Exp $
*
* Authors:
*
...
...
@@ -403,7 +403,7 @@ static __inline__ void GetChunk( bit_stream_t * p_bit_stream,
if
(
p_bit_stream
->
fifo
.
i_available
)
{
*
((
WORD_TYPE
*
)
p_buffer
)
=
WORD_AT
(
p_bit_stream
->
p_byte
);
*
((
WORD_TYPE
*
)
p_buffer
)
=
WORD_AT
(
&
p_bit_stream
->
fifo
.
buffer
);
p_buffer
+=
p_bit_stream
->
fifo
.
i_available
>>
3
;
i_buf_len
-=
p_bit_stream
->
fifo
.
i_available
>>
3
;
p_bit_stream
->
fifo
.
buffer
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment