Mercurial > mplayer.hg
comparison mencoder.c @ 8032:136e7e515764
removed -pass nonsense from mencoder! it's now a suboption to -divx4opts
author | rfelker |
---|---|
date | Sat, 02 Nov 2002 02:44:19 +0000 |
parents | 2b39ff3860b7 |
children | e657de6721e9 |
comparison
equal
deleted
inserted
replaced
8031:ad62a544964c | 8032:136e7e515764 |
---|---|
138 | 138 |
139 char* out_filename="test.avi"; | 139 char* out_filename="test.avi"; |
140 | 140 |
141 char *force_fourcc=NULL; | 141 char *force_fourcc=NULL; |
142 | 142 |
143 int pass=0; | |
144 char* passtmpfile="divx2pass.log"; | 143 char* passtmpfile="divx2pass.log"; |
145 int pass_working=0; | |
146 | 144 |
147 static int play_n_frames=-1; | 145 static int play_n_frames=-1; |
148 static int play_n_frames_mf=-1; | 146 static int play_n_frames_mf=-1; |
149 | 147 |
150 #include "libvo/font_load.h" | 148 #include "libvo/font_load.h" |