Re: [FFmpeg-devel] [PATCH] avformat/matroskadec: Fix seeking

2019-08-16 Thread James Almer
On 8/16/2019 9:27 PM, Andreas Rheinhardt wrote: > matroska_reset_status (a function that is used during seeking (among > other things)) used an int for the return value of avio_seek which > returns an int64_t. Checking the return value then indicated an error > even though the seek was successfull

[FFmpeg-devel] [PATCH] avformat/matroskadec: Fix seeking

2019-08-16 Thread Andreas Rheinhardt
matroska_reset_status (a function that is used during seeking (among other things)) used an int for the return value of avio_seek which returns an int64_t. Checking the return value then indicated an error even though the seek was successfull for targets in the range of 2GB-4GB, 6GB-8GB, ... This e