1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00

[record] further cleanups of the workflow

This commit is contained in:
radius 2018-09-18 00:34:25 -05:00
parent 356d4e2c5e
commit f3db15b282

View File

@ -1375,6 +1375,7 @@ static bool ffmpeg_finalize(void *data)
/* Write final data. */
av_write_trailer(handle->muxer.ctx);
avio_close(&ctx->pb);
return true;
}