[MPlayer-cvslog] r25900 - in trunk: DOCS/tech/codec-devel.txt DOCS/tech/libmpcodecs.txt libmpcodecs/vd.c libmpcodecs/ve.c libmpdemux/demuxer.c
Ivo
ivop at euronet.nl
Mon Jan 28 17:05:05 CET 2008
On Monday 28 January 2008 13:54, Reimar Döffinger wrote:
> 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.
Done. BTW I could not find a similar array to add a note about muxers.
Perhaps I could put it in libmpdemux/muxer.c inside the switch(type)
statement?
--Ivo
More information about the MPlayer-cvslog
mailing list