mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 12:11:52 +00:00
temporary fix for attilas 10l, until better solution is found
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10919 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
943904865f
commit
2a0ebb47ce
@ -60,7 +60,12 @@ void aspect_save_screenres(int scrw, int scrh){
|
||||
void aspect(int *srcw, int *srch, int zoom){
|
||||
int tmpw;
|
||||
|
||||
if(movie_aspect == 0) return; // the user doesnt want to fix aspect
|
||||
if(!zoom && movie_aspect == 0) {
|
||||
#ifdef ASPECT_DEBUG
|
||||
printf("aspect(0) no aspect forced!\n");
|
||||
#endif
|
||||
return; // the user doesnt want to fix aspect
|
||||
}
|
||||
#ifdef ASPECT_DEBUG
|
||||
printf("aspect(0) fitin: %dx%d zoom: %d screenaspect: %.2f\n",aspdat.scrw,aspdat.scrh,
|
||||
zoom,monitor_aspect);
|
||||
|
Loading…
Reference in New Issue
Block a user