summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index d5357417b8..bf8093e601 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -153,6 +153,7 @@ char* passtmpfile="divx2pass.log";
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 @@ if(tv_param_on == 1)
default_max_pts_correction = 0;
}
+play_n_frames=play_n_frames_mf;
+
while(!at_eof){
float frame_time=0;