mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 16:15:57 -05:00
Reset hurry_up to 0 after we acquired a frame with known PTS
This commit is contained in:
parent
4f3635e354
commit
ec5ace7dc9
@ -305,6 +305,8 @@ transcode_seek(struct transcode_ctx *ctx, int ms)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ctx->acodec->hurry_up = 0;
|
||||||
|
|
||||||
/* Error while reading frame above */
|
/* Error while reading frame above */
|
||||||
if (flags)
|
if (flags)
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user