# HG changeset patch # User reimar # Date 1171480568 0 # Node ID bd6dd2e78c1b8cd10af4472c67a8a1984007e4c3 # Parent cc89992b27a32b9c9342adc3951dc458735c95b9 100l copy-and-paste bug. Do not print video info when the problem is with subtitles diff -r cc89992b27a3 -r bd6dd2e78c1b libmpdemux/demux_mov.c --- a/libmpdemux/demux_mov.c Wed Feb 14 12:29:09 2007 +0000 +++ b/libmpdemux/demux_mov.c Wed Feb 14 19:16:08 2007 +0000 @@ -1954,7 +1954,7 @@ if(sh){ demuxer->sub->sh=sh; } else { - mp_msg(MSGT_DEMUX, MSGL_ERR, "MOV: selected video stream (%d) does not exists\n",demuxer->video->id); + mp_msg(MSGT_DEMUX, MSGL_ERR, "MOV: selected subtitle stream (%d) does not exists\n",demuxer->sub->id); demuxer->sub->id=-2; } }