using stream type in eac3 parser
Originally committed as revision 12570 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -83,6 +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->inbuf_ptr = s->inbuf;
|
||||
s->header_size = AAC_HEADER_SIZE;
|
||||
s->sync = aac_sync;
|
||||
|
Reference in New Issue
Block a user