From 317167e7d9fbd7fbc9e2d0c724eb67441a261b8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st>
Date: Wed, 28 Jul 2010 05:19:42 +0000
Subject: [PATCH] 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(+)

diff --git a/libavcodec/nellymoserenc.c b/libavcodec/nellymoserenc.c
index 85e01736a26..a596926f501 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},
 };
-- 
GitLab