[vlc-commits] fourcc: add some utvideo fourccs
    Ben Littler 
    git at videolan.org
       
    Fri Aug  8 00:03:36 CEST 2014
    
    
  
vlc | branch: master | Ben Littler <tempn at mi.rr.com> | Thu Aug  7 18:02:05 2014 -0400| [f5d9c0b81b5c7a23ed67cef3a8c8d42cbe4ccf30] | committer: Tristan Matthews
fourcc: add some utvideo fourccs
Signed-off-by: Tristan Matthews <le.businessman at gmail.com>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f5d9c0b81b5c7a23ed67cef3a8c8d42cbe4ccf30
---
 src/misc/fourcc.c |    2 ++
 1 file changed, 2 insertions(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 6a0f60b..18fe0af 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -1009,6 +1009,8 @@ static const staticentry_t p_list_video[] = {
         A("ULRG"),
         A("ULY0"),
         A("ULY2"),
+        A("ULH0"),
+        A("ULH2"),
 
     B(VLC_CODEC_VBLE, "VBLE Lossless"),
         A("VBLE"),
    
    
More information about the vlc-commits
mailing list