# HG changeset patch # User mstorsjo # Date 1280294382 0 # Node ID d6ee9556010dce53c43adf47553167f1f4867c6f # Parent 2a09b276db1262f22873d7919dfc03723bf8e967 nellymoserenc: Declare the supported sample format diff -r 2a09b276db12 -r d6ee9556010d nellymoserenc.c --- a/nellymoserenc.c Tue Jul 27 23:09:13 2010 +0000 +++ b/nellymoserenc.c Wed Jul 28 05:19:42 2010 +0000 @@ -392,4 +392,5 @@ .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}, };