[MPlayer-cvslog] r19396 - trunk/mencoder.c
reimar
subversion at mplayerhq.hu
Mon Aug 14 18:17:26 CEST 2006
Author: reimar
Date: Mon Aug 14 18:17:26 2006
New Revision: 19396
Modified:
trunk/mencoder.c
Log:
re-indent properly after last patch.
Modified: trunk/mencoder.c
==============================================================================
--- trunk/mencoder.c (original)
+++ trunk/mencoder.c Mon Aug 14 18:17:26 2006
@@ -1546,9 +1546,9 @@
if(sh_video && sh_video->vfilter){
mp_msg(MSGT_MENCODER, MSGL_INFO, "\nFlushing video frames\n");
if (!((vf_instance_t *)sh_video->vfilter)->fmt.have_configured)
- mp_msg(MSGT_MENCODER, MSGL_WARN, "Filters have not been configured! Empty file?\n");
+ mp_msg(MSGT_MENCODER, MSGL_WARN, "Filters have not been configured! Empty file?\n");
else
- ((vf_instance_t *)sh_video->vfilter)->control(sh_video->vfilter,
+ ((vf_instance_t *)sh_video->vfilter)->control(sh_video->vfilter,
VFCTRL_FLUSH_FRAMES, 0);
}
More information about the MPlayer-cvslog
mailing list