[FFmpeg-cvslog] omadec: switch to AVSTREAM_PARSE_FULL_RAW
Michael Niedermayer
git at videolan.org
Thu Jul 26 03:34:08 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Jul 26 03:30:35 2012 +0200| [97c0d5357d9cdb4fd18920a76444cca2ec1a9cd5] | committer: Michael Niedermayer
omadec: switch to AVSTREAM_PARSE_FULL_RAW
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=97c0d5357d9cdb4fd18920a76444cca2ec1a9cd5
---
libavformat/omadec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/omadec.c b/libavformat/omadec.c
index 1cd8fdf..1e1b980 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:
More information about the ffmpeg-cvslog
mailing list