diff mencoder.c @ 19390:795e54bb8f87

re-indent properly after last patch.
author reimar
date Mon, 14 Aug 2006 16:17:26 +0000
parents 99ab8f53de3b
children 5d6f4f9b6727
line wrap: on
line diff
--- a/mencoder.c	Mon Aug 14 16:15:21 2006 +0000
+++ b/mencoder.c	Mon Aug 14 16:17:26 2006 +0000
@@ -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);
 }