Commit 3ffdd09a authored by Jai Menon's avatar Jai Menon

alacenc : Report supported input sample formats.

Originally committed as revision 22829 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e73d1a5e
......@@ -528,5 +528,6 @@ AVCodec alac_encoder = {
alac_encode_frame,
alac_encode_close,
.capabilities = CODEC_CAP_SMALL_LAST_FRAME,
.sample_fmts = (const enum SampleFormat[]){ SAMPLE_FMT_S16, SAMPLE_FMT_NONE},
.long_name = NULL_IF_CONFIG_SMALL("ALAC (Apple Lossless Audio Codec)"),
};
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