Re: [FFmpeg-devel] [PATCHv2] avformat/mov: Properly forward error codes from av_seek

2021-03-26 Thread Derek Buitenhuis
On 25/03/2021 16:35, Derek Buitenhuis wrote: > This is important, for example, for connection timed out events, > when used over a network, returning AVERROR(ETIMEDOUT). > > Signed-off-by: Derek Buitenhuis > --- Will push tonight if there are no objections. - Derek _

[FFmpeg-devel] [PATCHv2] avformat/mov: Properly forward error codes from av_seek

2021-03-25 Thread Derek Buitenhuis
This is important, for example, for connection timed out events, when used over a network, returning AVERROR(ETIMEDOUT). Signed-off-by: Derek Buitenhuis --- Sent the wrong version the first time, woops. --- libavformat/mov.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/mov.c