X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fomadec.c;h=1e1b980ca9520a589dfa8dd0886f868b276007c3;hb=7427d1ca4ab202def24fc3cefc4401a351d7248c;hp=1cd8fdf9d5d44b2348a8c367bd24a6bb8acf655c;hpb=16e25ef34b375dbc6789b6b0da7d077c1dcefe88;p=ffmpeg diff --git a/libavformat/omadec.c b/libavformat/omadec.c index 1cd8fdf9d5d..1e1b980ca95 100644 --- a/libavformat/omadec.c +++ b/libavformat/omadec.c @@ -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: