Ticket #8909: mythtv_vdpau_background.patch
| File mythtv_vdpau_background.patch, 553 bytes (added by , 16 years ago) |
|---|
-
libs/libmythtv/videoout_vdpau.cpp
old new 229 229 if (ok && m_skip_chroma) 230 230 m_render->SetMixerAttribute(m_video_mixer, 231 231 kVDPAttribSkipChroma, 1); 232 233 if (ok && (db_letterbox_colour == kLetterBoxColour_Gray25))234 m_render->SetMixerAttribute(m_video_mixer,235 kVDPAttribBackground, 0x7F7F7FFF);236 232 } 237 233 238 234 if (!ok)
