From 6e8eab4d19635a07ff19be6fa494ab45b3861cbb Mon Sep 17 00:00:00 2001 From: Claudio Ciccani Date: Sun, 11 Nov 2007 13:16:49 +0100 Subject: Added FOURCC for VP6F. (transplanted from 3bea001775a81a2c784e000794ea5cc6d34dc40d) --HG-- extra : transplant_source : %3B%EA%00%17u%A8%1A%2CxN%00%07%94%EA%5C%C6%D3M%C4%0D --- src/xine-engine/buffer_types.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index c5e3294f3..a8c926821 100644 --- a/src/xine-engine/buffer_types.c +++ b/src/xine-engine/buffer_types.c @@ -598,6 +598,14 @@ static const video_db_t video_db[] = { BUF_VIDEO_VP6, "On2 VP6" }, +{ + { + ME_FOURCC('V','P','6','F'), + 0 + }, + BUF_VIDEO_VP6F, + "On2 VP6" +}, { { ME_FOURCC('8','B', 'P','S'), -- cgit v1.2.3