projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cc6bd4
)
Comment about unsupported sample size
author
Vitor Sessak
<vitor1001@gmail.com>
Fri, 31 Aug 2007 15:05:40 +0000
(15:05 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Fri, 31 Aug 2007 15:05:40 +0000
(15:05 +0000)
Originally committed as revision 10273 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/alac.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/alac.c
b/libavcodec/alac.c
index
49168e4
..
3262838
100644
(file)
--- a/
libavcodec/alac.c
+++ b/
libavcodec/alac.c
@@
-617,6
+617,8
@@
static int alac_decode_frame(AVCodecContext *avctx,
break;
case 20:
case 24:
+ // It is not clear if there exist any encoder that creates 24 bit ALAC
+ // files. iTunes convert 24 bit raw files to 16 bit before encoding.
case 32:
av_log(avctx, AV_LOG_ERROR, "FIXME: unimplemented sample size %i\n", alac->setinfo_sample_size);
break;