[vlc-commits] Yet another theora FourCC used in some .ogm
Jean-Baptiste Kempf
git at videolan.org
Mon Nov 5 12:14:55 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 5 12:14:34 2012 +0100| [b04188b46bb2662986ddfea60fa1d7f7dbe476ec] | committer: Jean-Baptiste Kempf
Yet another theora FourCC used in some .ogm
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b04188b46bb2662986ddfea60fa1d7f7dbe476ec
---
src/misc/fourcc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 4594cba..dfc927f 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -520,6 +520,7 @@ static const staticentry_t p_list_video[] = {
/* Xiph.org theora */
B(VLC_CODEC_THEORA, "Xiph.org's Theora Video"),
A("theo"),
+ A("THEO"),
A("Thra"),
/* Xiph.org tarkin */
More information about the vlc-commits
mailing list