[vlc-commits] Add T263 fourcc alias for H.263
Jean-Baptiste Kempf
git at videolan.org
Thu Mar 5 20:11:42 CET 2020
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Mar 5 15:27:46 2020 +0100| [602c5525e8141d4cad334e21664c5bdc74deb7cd] | committer: Jean-Baptiste Kempf
Add T263 fourcc alias for H.263
(cherry picked from commit 1b9163cec2459ca392218a6b8f4cd3c01ab79a6b)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=602c5525e8141d4cad334e21664c5bdc74deb7cd
---
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 022aac2850..5e0654c2c8 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