[FFmpeg-cvslog] avcodec/dolby_e: add AV_CODEC_CAP_CHANNEL_CONF capability

foo86 git at videolan.org
Wed Jul 26 23:17:22 EEST 2017


ffmpeg | branch: master | foo86 <foobaz86 at gmail.com> | Sat Jul 22 17:18:47 2017 +0300| [0689cc2475557339a00240d05b7fc4fcb70e21cd] | committer: foo86

avcodec/dolby_e: add AV_CODEC_CAP_CHANNEL_CONF capability

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0689cc2475557339a00240d05b7fc4fcb70e21cd
---

 libavcodec/dolby_e.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/dolby_e.c b/libavcodec/dolby_e.c
index 6f390d959f..f811db4d8e 100644
--- a/libavcodec/dolby_e.c
+++ b/libavcodec/dolby_e.c
@@ -701,7 +701,7 @@ AVCodec ff_dolby_e_decoder = {
     .decode         = dolby_e_decode_frame,
     .close          = dolby_e_close,
     .flush          = dolby_e_flush,
-    .capabilities   = AV_CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_CHANNEL_CONF,
     .sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP, AV_SAMPLE_FMT_NONE },
     .caps_internal  = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP,
 };



More information about the ffmpeg-cvslog mailing list