Mercurial > libavcodec.hg
changeset 11594:7942a09aac64 libavcodec
alacenc : Report supported input sample formats.
author | jai_menon |
---|---|
date | Sat, 10 Apr 2010 17:32:41 +0000 |
parents | b7fa70eabb1f |
children | 116f25bad5fb |
files | alacenc.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/alacenc.c Sat Apr 10 16:27:56 2010 +0000 +++ b/alacenc.c Sat Apr 10 17:32:41 2010 +0000 @@ -528,5 +528,6 @@ alac_encode_frame, alac_encode_close, .capabilities = CODEC_CAP_SMALL_LAST_FRAME, + .sample_fmts = (const enum SampleFormat[]){ SAMPLE_FMT_S16, SAMPLE_FMT_NONE}, .long_name = NULL_IF_CONFIG_SMALL("ALAC (Apple Lossless Audio Codec)"), };