changeset 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 2c1df9ec369a
children 5a9d68a07ed1
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Sun Jun 12 00:04:43 2011 +0000
+++ b/mplayer.c	Sun Jun 12 00:23:10 2011 +0000
@@ -283,7 +283,7 @@
 
 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;