Index: mythplugins/mythvideo/mtd/jobthread.cpp
===================================================================
--- mythplugins/mythvideo/mtd/jobthread.cpp	(revision 22353)
+++ mythplugins/mythvideo/mtd/jobthread.cpp	(working copy)
@@ -1124,10 +1124,10 @@
     tc_arguments.push_back("-M");
     tc_arguments.push_back(QString("%1").arg(sync_mode));
 
-    if (use_yv12)
-    {
-        tc_arguments.push_back("-1");
-    }
+//    if (use_yv12)
+//    {
+//        tc_arguments.push_back("-1");
+//    }
 
     //  The order of these is defined by transcode
     if (clipbottom || cliptop || clipleft || clipright)

