mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-12-03 09:01:00 +00:00
aacdec: switch to AVSTREAM_PARSE_FULL_RAW
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6f6182372c
commit
e083a62e9d
@ -72,7 +72,7 @@ static int adts_aac_read_header(AVFormatContext *s)
|
||||
|
||||
st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
|
||||
st->codec->codec_id = s->iformat->raw_codec_id;
|
||||
st->need_parsing = AVSTREAM_PARSE_FULL;
|
||||
st->need_parsing = AVSTREAM_PARSE_FULL_RAW;
|
||||
|
||||
ff_id3v1_read(s);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user