We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1824969 commit 47d7c77Copy full SHA for 47d7c77
mythtv/libs/libmythtv/videoout_xv.cpp
@@ -220,7 +220,6 @@ void VideoOutputXv::WindowResized(const QSize &new_size)
220
// switching. Disabling for 0.24 as this is the only videooutput class
221
// that implements this method
222
// see http://cvs.mythtv.org/trac/ticket/7408
223
- /*
224
QMutexLocker locker(&global_lock);
225
226
window.SetDisplayVisibleRect(QRect(QPoint(0, 0), new_size));
@@ -234,7 +233,6 @@ void VideoOutputXv::WindowResized(const QSize &new_size)
234
233
((float)display_dim.width()) / display_dim.height());
235
236
MoveResize();
237
- */
238
}
239
240
// documented in videooutbase.cpp
0 commit comments