[MPlayer-dev-eng] [PATCH] VF Overlay
Jason Tackaberry
tack at urandom.ca
Mon Mar 1 16:53:08 CET 2010
On Sun, 2010-02-28 at 22:01 +0100, Diego Biurrun wrote:
> What about a filter_list_mplayer[] or similar? Could that work?
Possibly, but it would be easier and less disruptive to implement if
mencoder was built with something like -DIS_MENCODER, and then in vf.c:
#if !defined(IS_MENCODER) && defined(HAVE_SHM)
&vf_info_overlay.c
#endif
And vf_overlay.c could be added to SRCS_MPLAYER.
> #ifdefs around extern declarations are unnecessary. I removed them a
> long time ago, please don't undo my work :)
Sorry, actually my most recent patch that I emailed removed that #ifdef,
but I forgot to mention it.
More information about the MPlayer-dev-eng
mailing list