Re: [FFmpeg-devel] [PATCH] sanm.c: Implement codec21.

2016-04-02 Thread Reimar Döffinger
On 02.04.2016, at 16:27, Michael Niedermayer wrote: > On Sat, Apr 02, 2016 at 02:29:46PM +0200, Reimar Döffinger wrote: >> Used for cockpit in >> http://samples.mplayerhq.hu/game-formats/la-san/rebelassault/L8PLAY.ANM > > iam probably missing some patch but this doesnt play yet: > i get with ffp

Re: [FFmpeg-devel] [PATCH] sanm.c: Implement codec21.

2016-04-02 Thread Michael Niedermayer
On Sat, Apr 02, 2016 at 02:29:46PM +0200, Reimar Döffinger wrote: > Used for cockpit in > http://samples.mplayerhq.hu/game-formats/la-san/rebelassault/L8PLAY.ANM iam probably missing some patch but this doesnt play yet: i get with ffplay: [sanm @ 0x7fe1f8000f80] If you want to help, upload a sampl

Re: [FFmpeg-devel] [PATCH] sanm.c: Implement codec21.

2016-04-02 Thread Paul B Mahol
On 4/2/16, Reimar Doeffinger wrote: > Used for cockpit in > http://samples.mplayerhq.hu/game-formats/la-san/rebelassault/L8PLAY.ANM > > Signed-off-by: Reimar Doeffinger > --- > libavcodec/sanm.c | 45 - > 1 file changed, 44 insertions(+), 1 deletion(-)

[FFmpeg-devel] [PATCH] sanm.c: Implement codec21.

2016-04-02 Thread Reimar Döffinger
Used for cockpit in http://samples.mplayerhq.hu/game-formats/la-san/rebelassault/L8PLAY.ANM Signed-off-by: Reimar Döffinger --- libavcodec/sanm.c | 45 - 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/libavcodec/sanm.c b/libavcodec/sanm.