ffmpeg: remove a redundant assignment of interrupt_callback

It is already set in open_output_file().
This commit is contained in:
Anton Khirnov 2021-12-10 14:19:52 +01:00
parent 0b13c34a65
commit 1b24a1ea14
1 changed files with 0 additions and 2 deletions

View File

@ -2951,8 +2951,6 @@ static int check_init_output_file(OutputFile *of, int file_index)
return 0;
}
of->ctx->interrupt_callback = int_cb;
ret = avformat_write_header(of->ctx, &of->opts);
if (ret < 0) {
av_log(NULL, AV_LOG_ERROR,