[xcode] Fix comment

This commit is contained in:
ejurgensen 2024-08-09 16:03:11 +02:00
parent dab9089f8e
commit 297de1409a
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ read_packet(enum AVMediaType *type, struct decode_ctx *dec_ctx)
int ret; int ret;
// We just seeked, so transcode_seek() will have found a new ctx->packet and // We just seeked, so transcode_seek() will have found a new ctx->packet and
// we should just use start with that (if the stream is one are ok with) // we should start with that
if (dec_ctx->resume) if (dec_ctx->resume)
{ {
dec_ctx->resume = 0; dec_ctx->resume = 0;