# HG changeset patch # User reimar # Date 1307838190 0 # Node ID d54614382edc9fd8503f44df09715365e0581866 # Parent 2c1df9ec369a3a84a01040476ae72bc6e09c170f Actually use the AF_FORMAT_UNKNOWN define instead of having it in a comment. diff -r 2c1df9ec369a -r d54614382edc mplayer.c --- 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;