diff libmpdemux/demux_mkv.cpp @ 10098:ebbe39bb55ab

Check with the wrong variable.
author mosu
date Sun, 11 May 2003 19:11:10 +0000
parents 04dacb55d55d
children 71d703e35ff3
line wrap: on
line diff
--- a/libmpdemux/demux_mkv.cpp	Sun May 11 18:53:12 2003 +0000
+++ b/libmpdemux/demux_mkv.cpp	Sun May 11 19:11:10 2003 +0000
@@ -442,7 +442,7 @@
             }
 
             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, "