diff options
author | reynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-11-11 01:39:54 +0000 |
---|---|---|
committer | reynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-11-11 01:39:54 +0000 |
commit | 0c187db220981d89f94570fb76b25266c962a7a6 (patch) | |
tree | b74e77fccee2b798e9de03c18520ff148dd6b89e /TOOLS | |
parent | 2d613a775d24e63b9eb03e0680cfb1b99130cc42 (diff) |
-waveheader is deprecated, using -ao pcm:waveheader instead
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16971 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-x | TOOLS/mencvcd | 2 |
1 files changed, 1 insertions, 1 deletions
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 & |