Re: [FFmpeg-devel] [PATCH 3/3] avformat/webpenc: Check seeks

2021-04-11 Thread James Almer
On 4/10/2021 10:21 PM, Andreas Rheinhardt wrote: James Almer: On 4/10/2021 9:43 PM, Andreas Rheinhardt wrote: When writing the trailer, the WebP muxer unconditionally seeks back to the front to update some elements. Yet this doesn't work if the seek failed, so check for this. (This has been me

Re: [FFmpeg-devel] [PATCH 3/3] avformat/webpenc: Check seeks

2021-04-10 Thread Andreas Rheinhardt
James Almer: > On 4/10/2021 9:43 PM, Andreas Rheinhardt wrote: >> When writing the trailer, the WebP muxer unconditionally seeks back >> to the front to update some elements. Yet this doesn't work if >> the seek failed, so check for this. >> >> (This has been mentioned in ticket #9179.) >> >> Signe

Re: [FFmpeg-devel] [PATCH 3/3] avformat/webpenc: Check seeks

2021-04-10 Thread James Almer
On 4/10/2021 9:43 PM, Andreas Rheinhardt wrote: When writing the trailer, the WebP muxer unconditionally seeks back to the front to update some elements. Yet this doesn't work if the seek failed, so check for this. (This has been mentioned in ticket #9179.) Signed-off-by: Andreas Rheinhardt --