Commit 97c0d535 authored by Michael Niedermayer's avatar Michael Niedermayer

omadec: switch to AVSTREAM_PARSE_FULL_RAW

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9c83f3e6
......@@ -346,7 +346,7 @@ static int oma_read_header(AVFormatContext *s)
av_log(s, AV_LOG_ERROR, "Unsupported codec ATRAC3+!\n");
break;
case OMA_CODECID_MP3:
st->need_parsing = AVSTREAM_PARSE_FULL;
st->need_parsing = AVSTREAM_PARSE_FULL_RAW;
framesize = 1024;
break;
case OMA_CODECID_LPCM:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment