summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Ciccani <klan@users.sf.net>2007-11-11 13:16:49 +0100
committerClaudio Ciccani <klan@users.sf.net>2007-11-11 13:16:49 +0100
commit6e8eab4d19635a07ff19be6fa494ab45b3861cbb (patch)
tree49b44e74866b0f0e4a7939b7933ace3103b2b0a1
parent1c313e89e23eea2349830cb2fd89e583c0f05839 (diff)
downloadxine-lib-6e8eab4d19635a07ff19be6fa494ab45b3861cbb.tar.gz
xine-lib-6e8eab4d19635a07ff19be6fa494ab45b3861cbb.tar.bz2
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
-rw-r--r--src/xine-engine/buffer_types.c8
1 files changed, 8 insertions, 0 deletions
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
@@ -600,6 +600,14 @@ static const video_db_t video_db[] = {
},
{
{
+ ME_FOURCC('V','P','6','F'),
+ 0
+ },
+ BUF_VIDEO_VP6F,
+ "On2 VP6"
+},
+{
+ {
ME_FOURCC('8','B', 'P','S'),
0
},