Mercurial > mplayer.hg
changeset 11832:b9b330154ae1
Do not deactivate the video stream if no audio stream was wanted/found...
author | mosu |
---|---|
date | Thu, 22 Jan 2004 21:43:36 +0000 |
parents | eec04a577046 |
children | aa8807bd062d |
files | libmpdemux/demux_mkv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_mkv.c Thu Jan 22 17:39:42 2004 +0000 +++ b/libmpdemux/demux_mkv.c Thu Jan 22 21:43:36 2004 +0000 @@ -2019,7 +2019,7 @@ else { mp_msg (MSGT_DEMUX, MSGL_INFO, "[mkv] No audio track found/wanted.\n"); - demuxer->video->id = -2; + demuxer->audio->id = -2; } /* DO NOT automatically select a subtitle track and behave like DVD */