Ticket #8850: mythtv-trunk-codec_id_svq3_fix.patch

File mythtv-trunk-codec_id_svq3_fix.patch, 578 bytes (added by pebender@…, 14 years ago)
  • libs/libmythtv/avformatdecoder.cpp

    diff -Naur mythtv-trunk-26007-old/libs/libmythtv/avformatdecoder.cpp mythtv-trunk-26007-new/libs/libmythtv/avformatdecoder.cpp
    old new  
    12421242                .arg(ff_codec_id_string(enc->codec_id)));
    12431243    }
    12441244
     1245    if (enc->codec_id == CODEC_ID_SVQ3)
     1246        thread_count = 1;
     1247
    12451248    if (special_decode)
    12461249    {
    12471250        if (special_decode & kAVSpecialDecode_SingleThreaded)