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