mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
Correction of typo in aac_ac3_parser
Originally committed as revision 12768 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8e5f465f4c
commit
e9089a5240
@ -51,7 +51,7 @@ int ff_aac_ac3_parse(AVCodecParserContext *s1,
|
|||||||
if(pc->index+i > 0 && s->new_frame_start){
|
if(pc->index+i > 0 && s->new_frame_start){
|
||||||
s->remaining_size -= i; // remaining_size=len
|
s->remaining_size -= i; // remaining_size=len
|
||||||
output_frame:
|
output_frame:
|
||||||
if(!s->frame_in_buffer && 0){
|
if(!s->frame_in_buffer){
|
||||||
s->frame_in_buffer=1;
|
s->frame_in_buffer=1;
|
||||||
buf+=i;
|
buf+=i;
|
||||||
buf_size-=i;
|
buf_size-=i;
|
||||||
|
Loading…
Reference in New Issue
Block a user