Mercurial > mplayer.hg
changeset 16970:50aebc84fe4e
-waveheader is deprecated, using -ao pcm:waveheader instead
author | reynaldo |
---|---|
date | Fri, 11 Nov 2005 01:39:54 +0000 |
parents | c35e21308577 |
children | 9352446d4fa8 |
files | TOOLS/mencvcd |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/mencvcd Thu Nov 10 23:26:55 2005 +0000 +++ b/TOOLS/mencvcd Fri Nov 11 01:39:54 2005 +0000 @@ -356,7 +356,7 @@ # 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 &