diff aac_ac3_parser.h @ 7138:1f85910c9ab2 libavcodec

Close parse context. Patch by David LIU david liu st com
author benoit
date Wed, 25 Jun 2008 12:30:35 +0000
parents 459fe563a4dc
children 1a93d3bbe3ee
line wrap: on
line diff
--- a/aac_ac3_parser.h	Wed Jun 25 12:08:39 2008 +0000
+++ b/aac_ac3_parser.h	Wed Jun 25 12:30:35 2008 +0000
@@ -28,6 +28,7 @@
 #include "parser.h"
 
 typedef struct AACAC3ParseContext {
+    ParseContext pc;
     int frame_size;
     int header_size;
     int (*sync)(uint64_t state, struct AACAC3ParseContext *hdr_info,
@@ -38,7 +39,6 @@
     int bit_rate;
     int samples;
 
-    ParseContext pc;
     int remaining_size;
     uint64_t state;