[vlc-commits] Add tshd and rv64 FourCC for H264

Jean-Baptiste Kempf git at videolan.org
Mon Mar 16 11:46:35 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 16 11:45:03 2015 +0100| [5424e7e8743066c69ca5ef11698ef341710d6edc] | committer: Jean-Baptiste Kempf

Add tshd and rv64 FourCC for H264

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

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

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 688d7de..cd7f38f 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -309,6 +309,8 @@ static const staticentry_t p_list_video[] = {
         E("Q264", "QNAP H.264/MPEG-4 AVC"),
         A("UMSV"),
         A("SMV2"),
+        A("tshd"),
+        A("rv64"),
 
     /* H263 and H263i */
     /* H263(+) is also known as Real Video 1.0 */



More information about the vlc-commits mailing list