adjust a little what rage thinks is a movie for thumbnailing

This commit is contained in:
Carsten Haitzler 2016-08-20 12:13:56 +09:00
parent d328e836a6
commit b5d428d9c1
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ _cb_loaded(void *data, Evas_Object *obj, void *info EINA_UNUSED)
if (ratio > 0.0) iw = (ih * ratio);
else ratio = iw / ih;
if ((ratio >= (4.0 / 3.0)) &&
(ratio <= (3.0 / 1.0)) &&
(len >= (75.0 * 60.0)) &&
(ratio <= (4.0 / 1.0)) &&
(len >= (60.0 * 60.0)) &&
(len <= (5.0 * 60.0 * 60.0)))
is_movie = EINA_TRUE;
}