Re: [FFmpeg-devel] fix http to seek with int64 offset

2016-06-16 Thread Michael Niedermayer
On Thu, Jun 16, 2016 at 02:00:26PM -0400, Ronald S. Bultje wrote: > Hi, > > On Thu, Jun 16, 2016 at 12:10 AM, Yuri Zats wrote: > > > I found that ffmpeg http seek fails when attempting to seek to offsets > > > 0x8000 due to seek_ret being int32, and this patch addresses it. > > Thanks for me

Re: [FFmpeg-devel] fix http to seek with int64 offset

2016-06-16 Thread Ronald S. Bultje
Hi, On Thu, Jun 16, 2016 at 12:10 AM, Yuri Zats wrote: > I found that ffmpeg http seek fails when attempting to seek to offsets > > 0x8000 due to seek_ret being int32, and this patch addresses it. > Thanks for merging it in! That looks about right, LGTM - thanks. Ronald __

[FFmpeg-devel] fix http to seek with int64 offset

2016-06-16 Thread Yuri Zats
I found that ffmpeg http seek fails when attempting to seek to offsets > 0x8000 due to seek_ret being int32, and this patch addresses it. Thanks for merging it in! fix_seek_ret_decl.patch Description: Binary data ___ ffmpeg-devel mailing list ffmp