[FFmpeg-cvslog] aiffenc: set correct number of bits foru8 in aiff
Piotr Bandurski
git at videolan.org
Thu Dec 20 16:10:58 CET 2012
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Wed Dec 12 21:51:30 2012 +0100| [52f21763667c1fe88581f978304b18c67dbe1e0e] | committer: Michael Niedermayer
aiffenc: set correct number of bits foru8 in aiff
with this change QuickTime is able to play u8 aiff file generated by FFmpeg
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=52f21763667c1fe88581f978304b18c67dbe1e0e
---
libavformat/aiffenc.c | 1 -
tests/ref/acodec/adpcm-ima_qt | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/libavformat/aiffenc.c b/libavformat/aiffenc.c
index 8cdb261..ba5f607 100644
--- a/libavformat/aiffenc.c
+++ b/libavformat/aiffenc.c
@@ -53,7 +53,6 @@ static int aiff_write_header(AVFormatContext *s)
ffio_wfourcc(pb, aifc ? "AIFC" : "AIFF");
if (aifc) { // compressed audio
- enc->bits_per_coded_sample = 16;
if (!enc->block_align) {
av_log(s, AV_LOG_ERROR, "block align not set\n");
return -1;
diff --git a/tests/ref/acodec/adpcm-ima_qt b/tests/ref/acodec/adpcm-ima_qt
index 8001527..ace5325 100644
--- a/tests/ref/acodec/adpcm-ima_qt
+++ b/tests/ref/acodec/adpcm-ima_qt
@@ -1,4 +1,4 @@
-23cbae1182e150ebf28e0abfb9cba127 *tests/data/fate/acodec-adpcm-ima_qt.aiff
+44691f14cf5bbef5005df27c692b93ab *tests/data/fate/acodec-adpcm-ima_qt.aiff
281252 tests/data/fate/acodec-adpcm-ima_qt.aiff
b0fafd002c38fb70acaddfda1a31ed61 *tests/data/fate/acodec-adpcm-ima_qt.out.wav
stddev: 904.76 PSNR: 37.20 MAXDIFF:34029 bytes: 1058400/ 1058560
More information about the ffmpeg-cvslog
mailing list