From 4bf223b66a90b3fcfb35d7ee35a1fc1cee1926e1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 22 Apr 2010 11:17:16 +0200 Subject: [PATCH] Add a new FourCC to VP6F --- src/misc/fourcc.c | 1 + 1 file changed, 1 insertion(+) 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"), -- 2.39.2