Check with the wrong variable.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10099 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
mosu 2003-05-11 19:11:10 +00:00
parent 362b1a98bd
commit 86aa946915
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ static int check_track_information(mkv_demuxer_t *d) {
}
u = get_uint16(&wfe->wBitsPerSample);
if (t->a_channels != u) {
if (t->a_bps != u) {
mp_msg(MSGT_DEMUX, MSGL_WARN, "[mkv] WARNING: (MS "
"compatibility mode for track %u) "
"Matroska says that there are %u bits per sample, "