From 317167e7d9fbd7fbc9e2d0c724eb67441a261b8b Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 28 Jul 2010 05:19:42 +0000 Subject: nellymoserenc: Declare the supported sample format Originally committed as revision 24560 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/nellymoserenc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/nellymoserenc.c') diff --git a/libavcodec/nellymoserenc.c b/libavcodec/nellymoserenc.c index 85e01736a2..a596926f50 100644 --- a/libavcodec/nellymoserenc.c +++ b/libavcodec/nellymoserenc.c @@ -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}, }; -- cgit v1.2.3