summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-22 19:04:09 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-22 19:04:09 +0000
commitbbf91d07d2d90eef959b532a1675b415f9dbe47e (patch)
treedf0b5444477f71e5664e9e401171527e891eff41
parentde59563636e905c3d3db874d8e29452a3931a241 (diff)
downloadmpv-bbf91d07d2d90eef959b532a1675b415f9dbe47e.tar.bz2
mpv-bbf91d07d2d90eef959b532a1675b415f9dbe47e.tar.xz
xanim added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2380 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--codec-cfg.c1
-rw-r--r--codec-cfg.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 3a070099b7..3f756a416d 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -222,6 +222,7 @@ static short get_driver(char *s,int audioflag)
"divx4",
"raw",
"rle",
+ "xanim",
NULL
};
char **drv=audioflag?audiodrv:videodrv;
diff --git a/codec-cfg.h b/codec-cfg.h
index 1086b23ed5..e96196acc3 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -39,6 +39,7 @@
#define VFM_DIVX4 7
#define VFM_RAW 8
#define VFM_RLE 9
+#define VFM_XANIM 10
#ifndef GUID_TYPE
#define GUID_TYPE