summaryrefslogtreecommitdiffstats
path: root/TOOLS/mencvcd
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/mencvcd')
-rwxr-xr-xTOOLS/mencvcd2
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 &