Ticket #2153: 2153-test.patch

File 2153-test.patch, 889 bytes (added by danielk, 19 years ago)

testing patch

  • libs/libmythtv/channel.cpp

     
    10071007
    10081008        if (pict_attr_default.find(db_col_name) == pict_attr_default.end())
    10091009        {
    1010             if (device_name == "pcHDTV HD3000 HDTV")
     1010            //if (device_name == "pcHDTV HD3000 HDTV")
    10111011            {
    10121012                pict_attr_default["brightness"] = 9830;
    10131013                pict_attr_default["contrast"]   = 39322;
    10141014                pict_attr_default["colour"]     = 45875;
    10151015                pict_attr_default["hue"]        = 0;
    10161016            }
    1017             else
     1017            /*else
    10181018            {
    10191019                pict_attr_default[db_col_name] = norm_dfl;
    1020             }
     1020            }*/
    10211021        }
    10221022
    10231023        int dfield = pict_attr_default[db_col_name];