diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-12-03 15:13:35 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-12-03 15:13:35 +0000 |
commit | 694dc6251e97fc48978700d71ca5747ec893f11f (patch) | |
tree | 09cbc7c8bae09b22c365bb53ff32c75ebfe77fe8 /libavcodec | |
parent | d0b7e832fecab33799bb1fc5e0c032119bc34b33 (diff) | |
download | ffmpeg-694dc6251e97fc48978700d71ca5747ec893f11f.tar.gz |
shorten: update .sample_fmts
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/shorten.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c index 307aef017f..da5a2b499f 100644 --- a/libavcodec/shorten.c +++ b/libavcodec/shorten.c @@ -657,5 +657,6 @@ AVCodec ff_shorten_decoder = { .capabilities = CODEC_CAP_DELAY | CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("Shorten"), .sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P, + AV_SAMPLE_FMT_U8P, AV_SAMPLE_FMT_NONE }, }; |