Reset hurry_up to 0 after we acquired a frame with known PTS

This commit is contained in:
Julien BLACHE 2011-06-02 17:26:45 +02:00
parent 4f3635e354
commit ec5ace7dc9

View File

@ -305,6 +305,8 @@ transcode_seek(struct transcode_ctx *ctx, int ms)
break;
}
ctx->acodec->hurry_up = 0;
/* Error while reading frame above */
if (flags)
return -1;