comparison libvo/aspect.c @ 11000:6e35326c742f

many small typo and grammar fixes Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>
author gabucino
date Sat, 04 Oct 2003 17:29:08 +0000
parents d2dc9562422e
children d9478c8e5ffe
comparison
equal deleted inserted replaced
10999:6d85ca7c3165 11000:6e35326c742f
62 62
63 if(!zoom && movie_aspect == 0) { 63 if(!zoom && movie_aspect == 0) {
64 #ifdef ASPECT_DEBUG 64 #ifdef ASPECT_DEBUG
65 printf("aspect(0) no aspect forced!\n"); 65 printf("aspect(0) no aspect forced!\n");
66 #endif 66 #endif
67 return; // the user doesnt want to fix aspect 67 return; // the user doesn't want to fix aspect
68 } 68 }
69 #ifdef ASPECT_DEBUG 69 #ifdef ASPECT_DEBUG
70 printf("aspect(0) fitin: %dx%d zoom: %d screenaspect: %.2f\n",aspdat.scrw,aspdat.scrh, 70 printf("aspect(0) fitin: %dx%d zoom: %d screenaspect: %.2f\n",aspdat.scrw,aspdat.scrh,
71 zoom,monitor_aspect); 71 zoom,monitor_aspect);
72 printf("aspect(1) wh: %dx%d (org: %dx%d)\n",*srcw,*srch,aspdat.prew,aspdat.preh); 72 printf("aspect(1) wh: %dx%d (org: %dx%d)\n",*srcw,*srch,aspdat.prew,aspdat.preh);