Browse Source

100l I broke AC3 in MPEG seeking.

Originally committed as revision 12898 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
e4d5a18558
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/aac_ac3_parser.c

+ 1
- 1
libavcodec/aac_ac3_parser.c View File

@@ -50,7 +50,7 @@ get_next:
i=END_NOT_FOUND;
}else{
i-= s->header_size -1;
s->remaining_size = len + i;
s->remaining_size = len;
if(!new_frame_start)
goto get_next;
}


Loading…
Cancel
Save