changeset 6646:7ca428109684 libavcodec

100l I broke AC3 in MPEG seeking.
author michael
date Sat, 19 Apr 2008 02:58:36 +0000
parents 83f805f7a854
children 8a4093131a5f
files aac_ac3_parser.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aac_ac3_parser.c	Sat Apr 19 02:29:27 2008 +0000
+++ b/aac_ac3_parser.c	Sat Apr 19 02:58:36 2008 +0000
@@ -50,7 +50,7 @@
                 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;
             }