[vlc-commits] Yet another H263 FourCC
Jean-Baptiste Kempf
git at videolan.org
Mon Nov 5 16:44:01 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 5 16:43:37 2012 +0100| [75f2a236ea8d02868b5423ff09898135d2afdd25] | committer: Jean-Baptiste Kempf
Yet another H263 FourCC
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=75f2a236ea8d02868b5423ff09898135d2afdd25
---
src/misc/fourcc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index dfc927f..70348df 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -298,6 +298,7 @@ static const staticentry_t p_list_video[] = {
A("S263"),
A("U263"),
A("u263"),
+ A("lsvm"),
E("D263", "DEC H263"),
E("d263", "DEC H263"),
E("L263", "LEAD H263"),
More information about the vlc-commits
mailing list