mirror of https://github.com/mpv-player/mpv
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:
parent
362b1a98bd
commit
86aa946915
|
@ -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, "
|
||||
|
|
Loading…
Reference in New Issue