[vlc-commits] fourcc: add UT video aliases

Francois Cartegnie git at videolan.org
Sat Oct 19 15:38:48 CEST 2019


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat Oct 19 15:33:46 2019 +0200| [08aeec261d18623b35a994a045b7b23e9e76629f] | committer: Francois Cartegnie

fourcc: add UT video aliases

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

 src/misc/fourcc_list.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h
index 5b857755f8..2176473b98 100644
--- a/src/misc/fourcc_list.h
+++ b/src/misc/fourcc_list.h
@@ -1051,8 +1051,13 @@ static const staticentry_t p_list_video[] = {
         A("ULRG"),
         A("ULY0"),
         A("ULY2"),
+        A("ULY4"),
         A("ULH0"),
         A("ULH2"),
+        A("ULH4"),
+        A("UQY2"),
+        A("UQRA"),
+        A("UQRG"),
 
     B(VLC_CODEC_VBLE, "VBLE Lossless"),
         A("VBLE"),



More information about the vlc-commits mailing list