From: Jean-Baptiste Kempf Date: Thu, 22 Apr 2010 09:17:16 +0000 (+0200) Subject: Add a new FourCC to VP6F X-Git-Tag: 1.2.0-pre1~6942 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4bf223b66a90b3fcfb35d7ee35a1fc1cee1926e1;p=vlc Add a new FourCC to VP6F --- diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c index 5ad47f6e7b..82545fd8a4 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"),