[FFmpeg-cvslog] avcodec/dpx: add support for another gray10 variant

Paul B Mahol git at videolan.org
Fri Dec 7 20:45:12 EET 2018


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Dec  6 20:25:33 2018 +0100| [f628970e409cb3bba3150d1271a96eab47fd4233] | committer: Paul B Mahol

avcodec/dpx: add support for another gray10 variant

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

 libavcodec/dpx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/dpx.c b/libavcodec/dpx.c
index 31d8331068..cfe60aaaa1 100644
--- a/libavcodec/dpx.c
+++ b/libavcodec/dpx.c
@@ -323,6 +323,7 @@ static int decode_frame(AVCodecContext *avctx,
     case 51121:
         avctx->pix_fmt = AV_PIX_FMT_GBRAP12;
         break;
+    case 6100:
     case 6101:
         avctx->pix_fmt = AV_PIX_FMT_GRAY10;
         break;



More information about the ffmpeg-cvslog mailing list