Mercurial > mplayer.hg
changeset 5417:a890a999ca9a
migrating to Melanson's great codec name change... which is of course nonsense but why not...
author | arpi |
---|---|
date | Sun, 31 Mar 2002 09:29:19 +0000 |
parents | 310b06d372d0 |
children | 5b852c08473f |
files | libmpcodecs/vd_rle.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_rle.c Sun Mar 31 09:28:17 2002 +0000 +++ b/libmpcodecs/vd_rle.c Sun Mar 31 09:29:19 2002 +0000 @@ -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,...){