[vlc-devel] [PATCH] Deluxe Paint Animation

Jean-Baptiste Kempf jb at videolan.org
Sun Apr 3 00:34:08 CEST 2011


Hello,

I believe both patches are correct, but they don't display for me
either...

Bes

On Wed, Mar 30, 2011 at 10:58:31PM +0200, Andri Pálsson wrote :
> Hi,
> 
> Patch to change the fourcc for "anm" to "anm ".
> 
> regards,
> Andri
> 
> 
> 2011/3/30 Andri Pálsson <palsson.andri at gmail.com>
> >
> > Hi,
> >
> > Here is a patch that enables playback of Deluxe Paint Animation (.anm) files.
> > VLC plays the file, but no video is visible though...
> >
> > sample .anm files can be found here: http://samples.mplayerhq.hu/game-formats/anm/
> >
> > regards,
> > Andri

> From 40ec5e4fc4b6e1a45a273ef632ed2e833a506082 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Andri=20P=C3=A1lsson?= <palsson.andri at gmail.com>
> Date: Tue, 29 Mar 2011 20:46:25 +0200
> Subject: [PATCH 4/4] Deluxe Paint Animation
> 
> ---
>  src/misc/fourcc.c |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
> index f22957e..9f592f4 100644
> --- a/src/misc/fourcc.c
> +++ b/src/misc/fourcc.c
> @@ -628,8 +628,7 @@ static const entry_t p_list_video[] = {
>  
>      /*Deluxe Paint Animation*/
>      B(VLC_CODEC_ANM, "Deluxe Paint Animation"),
> -        A("anm"),
> -        A("ANM"),
> +        A("anm "),
>  
>      /* */
>      B(VLC_CODEC_YV12, "Planar 4:2:0 YVU"),
> -- 
> 1.7.1
> 

> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel


-- 
Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/
+33 672 704 734



More information about the vlc-devel mailing list