From 6808a8eaf2796ac64df1a760e928664d32a994e2 Mon Sep 17 00:00:00 2001 From: Bartlomiej Wolowiec Date: Mon, 24 Mar 2008 22:21:22 +0000 Subject: using EAC3_STREAM_TYPE_* instead of numbers Originally committed as revision 12571 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aac_parser.c') diff --git a/libavcodec/aac_parser.c b/libavcodec/aac_parser.c index 4e8ddc1dfb..7e6678d189 100644 --- a/libavcodec/aac_parser.c +++ b/libavcodec/aac_parser.c @@ -83,7 +83,7 @@ static int aac_sync(AACAC3ParseContext *hdr_info) static av_cold int aac_parse_init(AVCodecParserContext *s1) { AACAC3ParseContext *s = s1->priv_data; - s->stream_type = 0; + s->stream_type = EAC3_STREAM_TYPE_INDEPENDENT; s->inbuf_ptr = s->inbuf; s->header_size = AAC_HEADER_SIZE; s->sync = aac_sync; -- cgit v1.2.3