summaryrefslogtreecommitdiff
path: root/libavcodec/aac_ac3_parser.h
diff options
context:
space:
mode:
authorDavid Liu <david.liu@st.com>2008-06-25 12:30:35 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2008-06-25 12:30:35 +0000
commit7694a7d93f51adc4eea2f06974b741acb41875e5 (patch)
tree11879a6cc7cb5762c7ab1c6d3a94e1edc0f4555c /libavcodec/aac_ac3_parser.h
parentc624c2195f563f4086df4cc3ec131fea9b287fe1 (diff)
Close parse context.
Patch by David LIU david liu st com Originally committed as revision 13962 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aac_ac3_parser.h')
-rw-r--r--libavcodec/aac_ac3_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aac_ac3_parser.h b/libavcodec/aac_ac3_parser.h
index 2d60646a8d..d25502d721 100644
--- a/libavcodec/aac_ac3_parser.h
+++ b/libavcodec/aac_ac3_parser.h
@@ -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 @@ typedef struct AACAC3ParseContext {
int bit_rate;
int samples;
- ParseContext pc;
int remaining_size;
uint64_t state;