can be different between ratio_w and ratio_h 92/27392/1
authorBoram Park <boram1288.park@samsung.com>
Fri, 12 Sep 2014 04:33:56 +0000 (13:33 +0900)
committerBoram Park <boram1288.park@samsung.com>
Fri, 12 Sep 2014 07:13:38 +0000 (16:13 +0900)
Change-Id: I2a926047d3f5b95cfb40be43892f67d2b1791d88

src/xv/sec_video_tvout.c

index 132cb90..58b15da 100644 (file)
@@ -641,12 +641,6 @@ secVideoCanDirectDrawing (SECVideoTv *tv, int src_w, int src_h, int dst_w, int d
         XDBG_DEBUG(MTVO, "ratio_h = %d\n", ratio_h);
     }
 
-    if (ratio_w != ratio_h)
-    {
-        XDBG_DEBUG(MTVO, "Can't direct draw ratio_w (%d) != ratio_h (%d)\n", ratio_w, ratio_h);
-        return FALSE;
-    }
-
     if (tv != NULL)
     {
         if (!secLayerSupport (tv->pScrn, tv->output, tv->lpos, tv->src_id))