Ticket #7408: xv_scaling.patch
File xv_scaling.patch, 956 bytes (added by , 14 years ago) |
---|
-
libs/libmythtv/videoout_xv.cpp
272 272 window.SetDisplayAspect( 273 273 ((float)display_dim.width()) / display_dim.height()); 274 274 275 ResizeForVideo(); 275 276 MoveResize(); 276 277 } 277 278 -
libs/libmythtv/tv_play.cpp
3428 3428 { 3429 3429 if (QEvent::Resize == e->type()) 3430 3430 { 3431 QSize newSize = ((const QResizeEvent*) e)->size(); 3432 VERBOSE(VB_PLAYBACK, QString("QEvent::Resize(%1, %2)").arg(newSize.width()).arg(newSize.height())); 3431 3433 PlayerContext *mctx = GetPlayerReadLock(0, __FILE__, __LINE__); 3432 3434 mctx->LockDeletePlayer(__FILE__, __LINE__); 3433 3435 if (mctx->player)