mmlibs/mmfw/src/Client/Video/mediaclientvideodisplaybody.cpp
changeset 38 4269ca484c7b
parent 33 0267baa9dea9
child 54 b68f3e90dca1
--- 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;