[MPlayer-cvslog] r25900 - in trunk: DOCS/tech/codec-devel.txt DOCS/tech/libmpcodecs.txt libmpcodecs/vd.c libmpcodecs/ve.c libmpdemux/demuxer.c

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Jan 28 13:54:05 CET 2008


Hello,
On Mon, Jan 28, 2008 at 01:11:42PM +0100, ivo wrote:
> Modified: trunk/libmpcodecs/vd.c
> ==============================================================================
> --- trunk/libmpcodecs/vd.c	(original)
> +++ trunk/libmpcodecs/vd.c	Mon Jan 28 13:11:41 2008
> @@ -97,6 +97,8 @@ vd_functions_t* mpcodecs_vd_drivers[] = 
>  #if defined(USE_QTX_CODECS) || defined(MACOSX)
>  	&mpcodecs_vd_qtvideo,
>  #endif
> +    /* Please do not add any new decoders here. If you want to implement a new
> +     * decoder, add it to libavcodec */
>  	NULL

Could you copy this to the top of the array as well? I'm not sure
everyone will look at the end of the list.



More information about the MPlayer-cvslog mailing list