summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-28 17:13:18 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-28 17:13:18 +0000
commitd8fd7131bbcde029ab41799fd3162050b43f6848 (patch)
tree4ea6118dc9cdd8ad0e520ec2d1f1f55a99abc422 /mencoder.c
parent4f40ec312c410d061ff34cbf46df80209d820c92 (diff)
downloadmpv-d8fd7131bbcde029ab41799fd3162050b43f6848.tar.bz2
mpv-d8fd7131bbcde029ab41799fd3162050b43f6848.tar.xz
-frames 0 fix, multifile frames support by tibcu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6591 b3059339-0415-0410-9bf9-f77b7e298cf2
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;