comparison mplayer.c @ 33503:d54614382edc

Actually use the AF_FORMAT_UNKNOWN define instead of having it in a comment.
author reimar
date Sun, 12 Jun 2011 00:23:10 +0000
parents 52a393df8df8
children 36c1cffd17e5
comparison
equal deleted inserted replaced
33502:2c1df9ec369a 33503:d54614382edc
281 281
282 static int softsleep; 282 static int softsleep;
283 283
284 double force_fps; 284 double force_fps;
285 static int force_srate; 285 static int force_srate;
286 static int audio_output_format = -1; // AF_FORMAT_UNKNOWN 286 static int audio_output_format = AF_FORMAT_UNKNOWN;
287 int frame_dropping; // option 0=no drop 1= drop vo 2= drop decode 287 int frame_dropping; // option 0=no drop 1= drop vo 2= drop decode
288 static int play_n_frames = -1; 288 static int play_n_frames = -1;
289 static int play_n_frames_mf = -1; 289 static int play_n_frames_mf = -1;
290 290
291 // screen info: 291 // screen info: