Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
2378ce90
Commit
2378ce90
authored
Jan 20, 2001
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
. really fixed GetChunk now.
parent
234d7300
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/input_ext-dec.h
include/input_ext-dec.h
+2
-2
No files found.
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
Markdown
is supported
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