diff aac_ac3_parser.h @ 6529:5542d0c04a55 libavcodec

using stream type in eac3 parser
author bwolowiec
date Mon, 24 Mar 2008 21:25:49 +0000
parents 32b984487899
children 04763b6fd4f0
line wrap: on
line diff
--- a/aac_ac3_parser.h	Mon Mar 24 11:49:59 2008 +0000
+++ b/aac_ac3_parser.h	Mon Mar 24 21:25:49 2008 +0000
@@ -37,6 +37,7 @@
     int sample_rate;
     int bit_rate;
     int samples;
+    uint8_t stream_type;
 } AACAC3ParseContext;
 
 int ff_aac_ac3_parse(AVCodecParserContext *s1,