[vlc-commits] commit: Add a new FourCC to VP6F (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Mon Apr 26 01:17:43 CEST 2010
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 22 11:17:16 2010 +0200| [9c56ef6463800882d4c9fc3bb31efdd8ac5c932b] | committer: Jean-Baptiste Kempf
Add a new FourCC to VP6F
(cherry picked from commit 4bf223b66a90b3fcfb35d7ee35a1fc1cee1926e1)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=9c56ef6463800882d4c9fc3bb31efdd8ac5c932b
---
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