Anton Khirnov:
> It is already set in open_output_file().
> ---
> fftools/ffmpeg.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c
> index b77531cb7f..fb017a1e37 100644
> --- a/fftools/ffmpeg.c
> +++ b/fftools/ffmpeg.c
> @@ -2947,8 +2947,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,
>
Seems fine.
- Andreas
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".