[FFmpeg-cvslog] shorten: update .sample_fmts
Paul B Mahol
git at videolan.org
Mon Dec 3 16:25:41 CET 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Dec 3 15:13:35 2012 +0000| [694dc6251e97fc48978700d71ca5747ec893f11f] | committer: Paul B Mahol
shorten: update .sample_fmts
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=694dc6251e97fc48978700d71ca5747ec893f11f
---
libavcodec/shorten.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c
index 307aef0..da5a2b4 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 },
};
More information about the ffmpeg-cvslog
mailing list