mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 07:35: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;
|
||||
}
|
||||
|
||||
ctx->acodec->hurry_up = 0;
|
||||
|
||||
/* Error while reading frame above */
|
||||
if (flags)
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user