diff -r 31d6e1ae5283 -r 4269ca484c7b mmlibs/mmfw/src/Client/Video/mediaclientvideodisplaybody.cpp --- a/mmlibs/mmfw/src/Client/Video/mediaclientvideodisplaybody.cpp Tue Jul 06 16:02:18 2010 +0300 +++ b/mmlibs/mmfw/src/Client/Video/mediaclientvideodisplaybody.cpp Wed Aug 18 11:16:18 2010 +0300 @@ -945,7 +945,7 @@ else if (aWindowData.iAutoScaleType == EAutoScaleNone) { // for non-square pixels, reduce one dimension - // TBD other option is to enlarge in the other dimension + // XXX other option is to enlarge in the other dimension if(pixelAspectRatio > 1) { inputHeight /= pixelAspectRatio;