diff aac_ac3_parser.h @ 6566:9b8a881e871c libavcodec

Corrections of errors in aac_ac3_parser
author bwolowiec
date Mon, 07 Apr 2008 20:54:08 +0000
parents 013def14c931
children 5e7c69ebc019
line wrap: on
line diff
--- a/aac_ac3_parser.h	Sat Apr 05 20:09:36 2008 +0000
+++ b/aac_ac3_parser.h	Mon Apr 07 20:54:08 2008 +0000
@@ -43,6 +43,7 @@
 
     int need_next_header;
     int new_frame_start;
+    int frame_in_buffer;
 } AACAC3ParseContext;
 
 int ff_aac_ac3_parse(AVCodecParserContext *s1,