sue proper vid obj

This commit is contained in:
Carsten Haitzler 2014-08-07 17:56:47 +09:00
parent e695940240
commit 271711e2b4
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ video_lowquality_set(Evas_Object *obj, Eina_Bool lowq)
Video *sd = evas_object_smart_data_get(obj);
if (!sd) return;
sd->lowqual = lowq;
emotion_object_smooth_scale_set(sd->o_vid,
emotion_object_smooth_scale_set(sd->o_vid,
(!sd->nosmooth) & (!sd->lowqual));
}