Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
f0f53c83
Commit
f0f53c83
authored
Apr 26, 2008
by
Baptiste Coudurier
Browse files
fix 1 frame config decoding
Originally committed as revision 12991 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
60dfa0b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libavcodec/mpegaudiodec.c
libavcodec/mpegaudiodec.c
+1
-1
No files found.
libavcodec/mpegaudiodec.c
View file @
f0f53c83
...
...
@@ -2595,7 +2595,7 @@ static int decode_frame_mp3on4(AVCodecContext * avctx,
}
ff_mpegaudio_decode_header
(
m
,
header
);
out_size
+=
mp_decode_frame
(
m
,
decoded_buf
,
buf
,
fsize
);
out_size
+=
mp_decode_frame
(
m
,
outptr
,
buf
,
fsize
);
buf
+=
fsize
;
len
-=
fsize
;
...
...
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