[MPlayer-cvslog] r19393 - trunk/mencoder.c
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Aug 14 18:18:13 CEST 2006
Hello,
On Mon, Aug 14, 2006 at 06:52:00PM +0300, Oded Shimon wrote:
> > /* Emit the remaining frames in the video system */
> > /*TODO emit frmaes delayed by decoder lag*/
> > +if (!((vf_instance_t *)sh_video->vfilter)->fmt.have_configured) {
> > + mp_msg(MSGT_MENCODER, MSGL_WARN, "\nFilters have not been configured! Empty file?\n");
> > +} else
>
> Ahem, are you sure 'vfilter' is non-NULL ? Try -ovc copy ...
No, obviously not, otherwise the check just a line below would be
pointless. No idea what I had been thinking...
Greetings,
Reimar Döffinger
More information about the MPlayer-cvslog
mailing list