This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
c087748f26
commit
e4d5a18558
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save