diff mplayer.c @ 20771:1e78e35b6c7b

Change value used to indicate "unknown audio format" from 0 to -1. 0 collided with a valid format value.
author uau
date Wed, 08 Nov 2006 18:31:04 +0000
parents 582c0088ed65
children bf66030474ae
line wrap: on
line diff
--- a/mplayer.c	Wed Nov 08 17:37:50 2006 +0000
+++ b/mplayer.c	Wed Nov 08 18:31:04 2006 +0000
@@ -311,7 +311,7 @@
 
        float force_fps=0;
 static int force_srate=0;
-static int audio_output_format=0;
+static int audio_output_format=-1; // AF_FORMAT_UNKNOWN
        int frame_dropping=0; // option  0=no drop  1= drop vo  2= drop decode
 static int play_n_frames=-1;
 static int play_n_frames_mf=-1;