comparison mencoder.c @ 5390:386f6fcc92d5

libavcodec 2pass broke mencoder if divx4encore was not available. fixed.
author rfelker
date Fri, 29 Mar 2002 07:20:44 +0000
parents 3af2729c5c87
children d7c586ebbacf
comparison
equal deleted inserted replaced
5389:7296c4262457 5390:386f6fcc92d5
181 char* mp3_filename=NULL; 181 char* mp3_filename=NULL;
182 char* ac3_filename=NULL; 182 char* ac3_filename=NULL;
183 183
184 char *force_fourcc=NULL; 184 char *force_fourcc=NULL;
185 185
186 #ifdef HAVE_DIVX4ENCORE
187 static int pass=0; 186 static int pass=0;
188 static char* passtmpfile="divx2pass.log"; 187 static char* passtmpfile="divx2pass.log";
189 int pass_working=0; 188 int pass_working=0;
190 #endif
191 189
192 static int play_n_frames=-1; 190 static int play_n_frames=-1;
193 191
194 //char *out_audio_codec=NULL; // override audio codec 192 //char *out_audio_codec=NULL; // override audio codec
195 //char *out_video_codec=NULL; // override video codec 193 //char *out_video_codec=NULL; // override video codec