evas: fix YUV video prepare issue with pipe rendering.

SVN revision: 71771
This commit is contained in:
Cedric BAIL 2012-06-07 04:01:46 +00:00
parent e9784a1c83
commit dd84715cc8
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ evas_common_pipe_image_load(RGBA_Image *im)
&& !evas_cache_image_is_loaded(&(im->cache_entry)))
goto add_task;
if ((!im->cs.data) || ((!im->cs.dirty) && (!(im->flags & RGBA_IMAGE_IS_DIRTY))))
if (!((!im->cs.data) || ((!im->cs.dirty) && (!(im->flags & RGBA_IMAGE_IS_DIRTY)))))
goto add_task;
return ;