Am Mi., 20. Nov. 2019 um 23:42 Uhr schrieb <[email protected]>:
>
> From: Gonzalo Garramuño <[email protected]>
I was under the impression that the following patch was written
by Blake Senftner, bsenftner at earthlink.net
Am I wrong?
> libavformat/utils.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/libavformat/utils.c b/libavformat/utils.c
> index 8196442dd1..c3c2c77c0c 100644
> --- a/libavformat/utils.c
> +++ b/libavformat/utils.c
> @@ -1838,6 +1838,11 @@ int av_read_frame(AVFormatContext *s, AVPacket *pkt)
> }
> }
>
> + if (ff_check_interrupt(&s->interrupt_callback)) {
> + av_log(s, AV_LOG_DEBUG, "interrupted\n");
> + return AVERROR_EXIT;
> + }
Carl Eugen
_______________________________________________
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".