[vlc-commits] commit: Add VP8 fourcc VP80 (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Thu May 20 18:29:15 CEST 2010
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 19 18:27:57 2010 +0200| [3f07cf447b6373f7c620f731014f4b0c0677f98e] | committer: Jean-Baptiste Kempf
Add VP8 fourcc VP80
(cherry picked from commit 889482503f86645c39960f7cfc1e4dcdbbc43e1c)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=3f07cf447b6373f7c620f731014f4b0c0677f98e
---
include/vlc_fourcc.h | 1 +
src/misc/fourcc.c | 4 ++++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index 407b57d..d3e52e2 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -113,6 +113,7 @@
#define VLC_CODEC_FRWU VLC_FOURCC('F','R','W','U')
#define VLC_CODEC_AMV VLC_FOURCC('A','M','V',' ')
#define VLC_CODEC_INDEO5 VLC_FOURCC('I','V','5','0')
+#define VLC_CODEC_VP8 VLC_FOURCC('V','P','8','0')
/* Planar YUV 4:1:0 Y:V:U */
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 34a931d..3451789 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -448,6 +448,10 @@ static const entry_t p_list_video[] = {
B(VLC_CODEC_VP6A, "On2's VP6 A Video"),
A("VP6A"),
+ B(VLC_CODEC_VP8, "On2's VP8 Video"),
+ A("VP80"),
+
+
/* Xiph.org theora */
B(VLC_CODEC_THEORA, "Xiph.org's Theora Video"),
A("theo"),
More information about the vlc-commits
mailing list