mirror of https://github.com/mpv-player/mpv
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:
parent
83d1ae68c0
commit
bbb69a2db6
|
@ -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,...){
|
||||
|
|
Loading…
Reference in New Issue