[vlc-commits] fourcc: add add VLC_CODEC_GBR_PLANAR_16{L, B}
    Steve Lhomme 
    git at videolan.org
       
    Thu Aug  2 15:03:02 CEST 2018
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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) },
    
    
More information about the vlc-commits
mailing list