Ticket #7279: mtd_yuvopts.patch

File mtd_yuvopts.patch, 619 bytes (added by robertm, 15 years ago)
  • mythplugins/mythvideo/mtd/jobthread.cpp

     
    11241124    tc_arguments.push_back("-M");
    11251125    tc_arguments.push_back(QString("%1").arg(sync_mode));
    11261126
    1127     if (use_yv12)
    1128     {
    1129         tc_arguments.push_back("-1");
    1130     }
     1127//    if (use_yv12)
     1128//    {
     1129//        tc_arguments.push_back("-1");
     1130//    }
    11311131
    11321132    //  The order of these is defined by transcode
    11331133    if (clipbottom || cliptop || clipleft || clipright)