Initialize seek variables to -1, so that seek to 0 will work.

SVN revision: 35912
This commit is contained in:
Sebastian Dransfeld 2008-09-10 04:24:38 +00:00
parent ddad2bf152
commit cabff8277f
1 changed files with 2 additions and 0 deletions

View File

@ -407,6 +407,8 @@ em_init(Evas_Object *obj, void **emotion_video, Emotion_Module_Options *opt)
ev->get_pos_thread_deleted = 0;
ev->opening = 1;
ev->play_ok = 0;
ev->seek_to_pos = -1;
ev->seeked_pos = -1;
if (opt)
{