changeset 10098:ebbe39bb55ab

Check with the wrong variable.
author mosu
date Sun, 11 May 2003 19:11:10 +0000
parents f327d76a7b6f
children 71d703e35ff3
files libmpdemux/demux_mkv.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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, "