[vlc-commits] Add T263 fourcc alias for H.263

Jean-Baptiste Kempf git at videolan.org
Thu Mar 5 15:28:14 CET 2020


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Mar  5 15:27:46 2020 +0100| [1b9163cec2459ca392218a6b8f4cd3c01ab79a6b] | committer: Jean-Baptiste Kempf

Add T263 fourcc alias for H.263

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

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

diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h
index f942731925..c602540a5a 100644
--- a/src/misc/fourcc_list.h
+++ b/src/misc/fourcc_list.h
@@ -289,6 +289,7 @@ static const staticentry_t p_list_video[] = {
         A("S263"),
         A("u263"),
         A("lsvm"),
+        E("T263", "March H263"),
         E("D263", "DEC H263"),
         E("d263", "DEC H263"),
         E("L263", "LEAD H263"),



More information about the vlc-commits mailing list