mmlibs/mmfw/src/Client/Video/mediaclientvideodisplaybody.cpp
changeset 31 ae0addfe117e
parent 26 c36d67f77f75
child 32 ae690a8c4a18
--- a/mmlibs/mmfw/src/Client/Video/mediaclientvideodisplaybody.cpp	Fri Jul 09 12:37:42 2010 +0100
+++ b/mmlibs/mmfw/src/Client/Video/mediaclientvideodisplaybody.cpp	Fri Jul 09 12:53:09 2010 +0100
@@ -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;