[MPlayer-cvslog] r33591 - trunk/mplayer.c
reimar
subversion at mplayerhq.hu
Sun Jun 12 02:23:11 CEST 2011
Author: reimar
Date: Sun Jun 12 02:23:10 2011
New Revision: 33591
Log:
Actually use the AF_FORMAT_UNKNOWN define instead of having it in a comment.
Modified:
trunk/mplayer.c
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c Sun Jun 12 02:04:43 2011 (r33590)
+++ trunk/mplayer.c Sun Jun 12 02:23:10 2011 (r33591)
@@ -283,7 +283,7 @@ static int softsleep;
double force_fps;
static int force_srate;
-static int audio_output_format = -1; // AF_FORMAT_UNKNOWN
+static int audio_output_format = AF_FORMAT_UNKNOWN;
int frame_dropping; // option 0=no drop 1= drop vo 2= drop decode
static int play_n_frames = -1;
static int play_n_frames_mf = -1;
More information about the MPlayer-cvslog
mailing list