[xcode] Fix comment
This commit is contained in:
parent
dab9089f8e
commit
297de1409a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue