From 0c187db220981d89f94570fb76b25266c962a7a6 Mon Sep 17 00:00:00 2001 From: reynaldo Date: Fri, 11 Nov 2005 01:39:54 +0000 Subject: -waveheader is deprecated, using -ao pcm:waveheader instead git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16971 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/mencvcd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/mencvcd b/TOOLS/mencvcd index bfbaa14cee..c2ea7e01ee 100755 --- a/TOOLS/mencvcd +++ b/TOOLS/mencvcd @@ -356,7 +356,7 @@ if [ $burnonly -eq 0 ]; then # encode streams if [ $mkstream -eq 1 ]; then # start mplayer - command="mplayer -noframedrop -vo yuv4mpeg -ao pcm -waveheader -v -osdlevel 0 $sub $params" + command="mplayer -noframedrop -vo yuv4mpeg -ao pcm:waveheader -v -osdlevel 0 $sub $params" echo "$command" $command & -- cgit v1.2.3