Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
481a7ff5
Commit
481a7ff5
authored
Dec 31, 2011
by
Justin Ruggles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpegaudiodec: fix compilation when testing the unchecked bitstream reader
parent
bcc73960
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mpegaudiodec.c
libavcodec/mpegaudiodec.c
+1
-1
No files found.
libavcodec/mpegaudiodec.c
View file @
481a7ff5
...
...
@@ -1548,7 +1548,7 @@ static int mp_decode_layer3(MPADecodeContext *s)
memcpy
(
s
->
last_buf
+
s
->
last_buf_size
,
ptr
,
EXTRABYTES
);
s
->
in_gb
=
s
->
gb
;
init_get_bits
(
&
s
->
gb
,
s
->
last_buf
,
s
->
last_buf_size
*
8
);
#if
CONFIG_SAFE
_BITSTREAM_READER
#if
!UNCHECKED
_BITSTREAM_READER
s
->
gb
.
size_in_bits_plus8
+=
EXTRABYTES
*
8
;
#endif
skip_bits_long
(
&
s
->
gb
,
8
*
(
s
->
last_buf_size
-
main_data_begin
));
...
...
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