Index: libs/libmythtv/avformatdecoder.cpp
===================================================================
--- libs/libmythtv/avformatdecoder.cpp  (revision 11515)
+++ libs/libmythtv/avformatdecoder.cpp  (working copy)
@@ -1351,9 +1351,9 @@
                 enc->decode_cc_dvd  = decode_cc_dvd;

                 // Set the default stream to the stream
-                // with the lowest component tag.
+                // with the highest component tag.
                 if (selectedVideoIndex < 0 ||
-                    ic->streams[i]->component_tag <
+                    ic->streams[i]->component_tag >
                     ic->streams[selectedVideoIndex]->component_tag)
                 {
                     selectedVideoIndex = i;


