vlc | branch: master | Steve Lhomme <[email protected]> | Thu Aug  2 15:01:08 
2018 +0200| [7670c8c74230a2682195bcb59dbe3b12e0e1c847] | committer: Steve Lhomme

fourcc: add add VLC_CODEC_GBR_PLANAR_16{L, B}

It was in vlc_fourcc.h but not here

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7670c8c74230a2682195bcb59dbe3b12e0e1c847
---

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

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index fd55e30243..808f33c03d 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -711,6 +711,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) },

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to