Ticket #8409: mythtv_vdpau.patch
| File mythtv_vdpau.patch, 519 bytes (added by , 16 years ago) |
|---|
-
libs/libmythtv/videooutwindow.cpp
old new 940 940 /// Correct for underalignment 941 941 static QSize fix_alignment(QSize raw) 942 942 { 943 return QSize((raw.width() + 15) & (~0xf), (raw.height() + 15) & (~0xf));943 return fix_1080i(QSize((raw.width() + 15) & (~0xf), (raw.height() + 15) & (~0xf))); 944 944 } 945 945 946 946 static float snap(float value, float snapto, float diff)
