migrating to Melanson's great codec name change... which is of course nonsense but why not...

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5418 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-31 09:29:19 +00:00
parent 83d1ae68c0
commit bbb69a2db6
1 changed files with 3 additions and 3 deletions

View File

@ -8,14 +8,14 @@
static vd_info_t info = {
"RLE Video decoder",
"rle",
VFM_RLE,
"msrle",
VFM_MSRLE,
"A'rpi",
"XAnim rip...",
"native codec"
};
LIBVD_EXTERN(rle)
LIBVD_EXTERN(msrle)
// to set/get/query special features/parameters
static int control(sh_video_t *sh,int cmd,void* arg,...){