Commit 317167e7 authored by Martin Storsjö's avatar Martin Storsjö

nellymoserenc: Declare the supported sample format

Originally committed as revision 24560 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a8ab0ccc
......@@ -392,4 +392,5 @@ AVCodec nellymoser_encoder = {
.close = encode_end,
.capabilities = CODEC_CAP_SMALL_LAST_FRAME | CODEC_CAP_DELAY,
.long_name = NULL_IF_CONFIG_SMALL("Nellymoser Asao"),
.sample_fmts = (const enum SampleFormat[]){SAMPLE_FMT_S16,SAMPLE_FMT_NONE},
};
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