From 1203499e518977abdd87644b92e45adbc4fc5c03 Mon Sep 17 00:00:00 2001 From: ivo Date: Mon, 28 Jan 2008 12:11:41 +0000 Subject: note on new demuxers and codecs, add them to lav* instead of libmp* git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25900 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmpcodecs/vd.c') diff --git a/libmpcodecs/vd.c b/libmpcodecs/vd.c index 9e0a6cb3b7..7b5ec1d60d 100644 --- a/libmpcodecs/vd.c +++ b/libmpcodecs/vd.c @@ -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 }; -- cgit v1.2.3