[vlc-commits] commit: Add a new FourCC to VP6F (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Thu Apr 22 11:54:00 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 22 11:17:16 2010 +0200| [4bf223b66a90b3fcfb35d7ee35a1fc1cee1926e1] | committer: Jean-Baptiste Kempf
Add a new FourCC to VP6F
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4bf223b66a90b3fcfb35d7ee35a1fc1cee1926e1
---
src/misc/fourcc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 5ad47f6..82545fd 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -443,6 +443,7 @@ static const entry_t p_list_video[] = {
B(VLC_CODEC_VP6F, "On2's VP6.2 Video (Flash)"),
A("VP6F"),
+ A("FLV4"),
B(VLC_CODEC_VP6A, "On2's VP6 A Video"),
A("VP6A"),
More information about the vlc-commits
mailing list