[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec kmvc.c, NONE, 1.1 Makefile, 1.250, 1.251 allcodecs.c, 1.134, 1.135 avcodec.h, 1.461, 1.462
Roberto Togni
r_togni
Fri Apr 7 19:26:49 CEST 2006
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec kmvc.c, NONE, 1.1 Makefile, 1.250, 1.251 allcodecs.c, 1.134, 1.135 avcodec.h, 1.461, 1.462
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec kmvc.c, NONE, 1.1 Makefile, 1.250, 1.251 allcodecs.c, 1.134, 1.135 avcodec.h, 1.461, 1.462
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
On Fri, 7 Apr 2006 19:00:00 +0200 (CEST)
kostya at mplayerhq.hu (Konstantin Shishkov CVS) wrote:
> Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
> In directory mail:/var2/tmp/cvs-serv12938/libavcodec
>
> Modified Files:
> Makefile allcodecs.c avcodec.h
> Added Files:
> kmvc.c
> Log Message:
> KMVC (used in Worms games) decoder. Works fine with samples from MPHQ
>
You forgot to add the extern declaration for the codec.
Ciao,
Roberto
Index: avcodec.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
retrieving revision 1.462
diff -u -r1.462 avcodec.h
--- avcodec.h 7 Apr 2006 16:59:57 -0000 1.462
+++ avcodec.h 7 Apr 2006 17:25:15 -0000
@@ -2200,6 +2200,7 @@
extern AVCodec avs_decoder;
extern AVCodec smacker_decoder;
extern AVCodec smackaud_decoder;
+extern AVCodec kmvc_decoder;
/* pcm codecs */
#define PCM_CODEC(id, name) \
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec kmvc.c, NONE, 1.1 Makefile, 1.250, 1.251 allcodecs.c, 1.134, 1.135 avcodec.h, 1.461, 1.462
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec kmvc.c, NONE, 1.1 Makefile, 1.250, 1.251 allcodecs.c, 1.134, 1.135 avcodec.h, 1.461, 1.462
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list