[vlc-commits] fourcc: add add VLC_CODEC_GBR_PLANAR_16{L, B}

Steve Lhomme git at videolan.org
Wed Oct 17 16:07:42 CEST 2018


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Aug  2 15:01:08 2018 +0200| [03c3510e2156be7a227fae7a00e29e382e121ed6] | committer: Steve Lhomme

fourcc: add add VLC_CODEC_GBR_PLANAR_16{L, B}

It was in vlc_fourcc.h but not here

(cherry picked from commit 7670c8c74230a2682195bcb59dbe3b12e0e1c847)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=03c3510e2156be7a227fae7a00e29e382e121ed6
---

 src/misc/fourcc.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index a0886de904..73e9fec53f 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -706,6 +706,8 @@ static const struct
         VLC_CODEC_GBR_PLANAR_9B },             PLANAR_16(3, 1, 1, 9) },
     { { VLC_CODEC_GBR_PLANAR_10L,
         VLC_CODEC_GBR_PLANAR_10B },            PLANAR_16(3, 1, 1, 10) },
+    { { VLC_CODEC_GBR_PLANAR_16L,
+        VLC_CODEC_GBR_PLANAR_16B },            PLANAR_16(3, 1, 1, 16) },
 
     { { VLC_CODEC_I420_16L,
         VLC_CODEC_I420_16B },                  PLANAR_16(3, 2, 2, 16) },



More information about the vlc-commits mailing list