We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd9577 commit 89f88a1Copy full SHA for 89f88a1
libavformat/imfdec.c
@@ -344,6 +344,7 @@ static int open_track_resource_context(AVFormatContext *s,
344
345
track_resource->ctx->io_open = s->io_open;
346
track_resource->ctx->io_close = s->io_close;
347
+ track_resource->ctx->io_close2 = s->io_close2;
348
track_resource->ctx->flags |= s->flags & ~AVFMT_FLAG_CUSTOM_IO;
349
350
if ((ret = ff_copy_whiteblacklists(track_resource->ctx, s)) < 0)
0 commit comments