]> git.sesse.net Git - vlc/commitdiff
Add a new FourCC to VP6F
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 22 Apr 2010 09:17:16 +0000 (11:17 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 22 Apr 2010 09:52:43 +0000 (11:52 +0200)
src/misc/fourcc.c

index 5ad47f6e7bd1b70bdce2dab56bd770dc73343b50..82545fd8a48152699c0d2f7deeee1e55f62cc245 100644 (file)
@@ -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"),