comparison libmpcodecs/vd.c @ 25872:3eeaf9d4c65a

note on new demuxers and codecs, add them to lav* instead of libmp*
author ivo
date Mon, 28 Jan 2008 12:11:41 +0000
parents 85ca3ea69e03
children edfe8baed49f
comparison
equal deleted inserted replaced
25871:de9d7dfe785c 25872:3eeaf9d4c65a
95 &mpcodecs_vd_libdv, 95 &mpcodecs_vd_libdv,
96 #endif 96 #endif
97 #if defined(USE_QTX_CODECS) || defined(MACOSX) 97 #if defined(USE_QTX_CODECS) || defined(MACOSX)
98 &mpcodecs_vd_qtvideo, 98 &mpcodecs_vd_qtvideo,
99 #endif 99 #endif
100 /* Please do not add any new decoders here. If you want to implement a new
101 * decoder, add it to libavcodec */
100 NULL 102 NULL
101 }; 103 };
102 104
103 #include "libvo/video_out.h" 105 #include "libvo/video_out.h"
104 106