video: move a comment proper line 48/182648/2
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 25 Jun 2018 08:50:28 +0000 (17:50 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 27 Jun 2018 02:39:30 +0000 (02:39 +0000)
Change-Id: Ia8fdda18cbb2339b0edc9fd650903f6e424d557a

src/bin/e_comp_wl_video.c

index dac81e3..33ef09b 100644 (file)
@@ -2401,10 +2401,10 @@ _e_video_check_if_pp_needed(E_Video *video)
              return EINA_TRUE;
           }
 
-        /* check size */
         if (capabilities & TDM_LAYER_CAPABILITY_SCANOUT)
           goto need_pp;
 
+        /* check size */
         if (video->geo.input_r.w != video->geo.output_r.w || video->geo.input_r.h != video->geo.output_r.h)
           if (!(capabilities & TDM_LAYER_CAPABILITY_SCALE))
             goto need_pp;