From 4ced6d4e78d5f8304af8f36276c01789450491cd Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 3 Aug 2012 04:51:55 +0200 Subject: mplayer, stream_tv: move variable initialization It's not clear why that was done in mplayer's main function. --- stream/stream_tv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/stream_tv.c b/stream/stream_tv.c index 4bd373fd10..0f454663ca 100644 --- a/stream/stream_tv.c +++ b/stream/stream_tv.c @@ -49,7 +49,7 @@ tv_param_t stream_tv_defaults = { -1.0, //fps NULL, //channels 0, //noaudio; - 0, //immediate; + 1, //immediate; 44100, //audiorate; 0, //audio_id -1, //amode -- cgit v1.2.3