From 4e6eeaf01968a22748e27590d29f343323cca9c6 Mon Sep 17 00:00:00 2001 From: Bartlomiej Wolowiec Date: Mon, 24 Mar 2008 21:25:49 +0000 Subject: using stream type in eac3 parser Originally committed as revision 12570 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac_ac3_parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/aac_ac3_parser.h') diff --git a/libavcodec/aac_ac3_parser.h b/libavcodec/aac_ac3_parser.h index f93f8a81e9..49982500cc 100644 --- a/libavcodec/aac_ac3_parser.h +++ b/libavcodec/aac_ac3_parser.h @@ -37,6 +37,7 @@ typedef struct AACAC3ParseContext { int sample_rate; int bit_rate; int samples; + uint8_t stream_type; } AACAC3ParseContext; int ff_aac_ac3_parse(AVCodecParserContext *s1, -- cgit v1.2.3