[SCM] libav/experimental: nellymoserenc: Declare the supported sample format

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:12:54 UTC 2013


The following commit has been merged in the experimental branch:
commit 317167e7d9fbd7fbc9e2d0c724eb67441a261b8b
Author: Martin Storsjö <martin at martin.st>
Date:   Wed Jul 28 05:19:42 2010 +0000

    nellymoserenc: Declare the supported sample format
    
    Originally committed as revision 24560 to svn://svn.ffmpeg.org/ffmpeg/trunk

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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list