[FFmpeg-cvslog] r12898 - trunk/libavcodec/aac_ac3_parser.c

michael subversion
Sat Apr 19 04:58:36 CEST 2008


Author: michael
Date: Sat Apr 19 04:58:36 2008
New Revision: 12898

Log:
100l I broke AC3 in MPEG seeking.


Modified:
   trunk/libavcodec/aac_ac3_parser.c

Modified: trunk/libavcodec/aac_ac3_parser.c
==============================================================================
--- trunk/libavcodec/aac_ac3_parser.c	(original)
+++ trunk/libavcodec/aac_ac3_parser.c	Sat Apr 19 04:58:36 2008
@@ -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;
             }




More information about the ffmpeg-cvslog mailing list