diff mencoder.c @ 6590:bfc209bb3f48

-frames 0 fix, multifile frames support by tibcu
author alex
date Fri, 28 Jun 2002 17:13:18 +0000
parents 896c062e85ec
children f8551f89dd48
line wrap: on
line diff
--- a/mencoder.c	Fri Jun 28 16:48:10 2002 +0000
+++ b/mencoder.c	Fri Jun 28 17:13:18 2002 +0000
@@ -153,6 +153,7 @@
 int pass_working=0;
 
 static int play_n_frames=-1;
+static int play_n_frames_mf=-1;
 
 #include "libvo/font_load.h"
 #include "libvo/sub.h"
@@ -800,6 +801,8 @@
 	default_max_pts_correction = 0;
 	}
 
+play_n_frames=play_n_frames_mf;
+
 while(!at_eof){
 
     float frame_time=0;