Re: [FFmpeg-devel] [PATCH v2] avformat/http: Add short_seek_size option

2021-11-17 Thread Derek Buitenhuis
On 11/16/2021 2:57 PM, James Almer wrote: > Micro. > > LGTM otherwise if tested. Double tested and micro bumped. Pushed. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, vi

Re: [FFmpeg-devel] [PATCH v2] avformat/http: Add short_seek_size option

2021-11-16 Thread Derek Buitenhuis
On 11/16/2021 2:57 PM, James Almer wrote: > Micro. > > LGTM otherwise if tested. Fixed locally. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email f

Re: [FFmpeg-devel] [PATCH v2] avformat/http: Add short_seek_size option

2021-11-16 Thread James Almer
On 11/16/2021 11:52 AM, Derek Buitenhuis wrote: In 45bfe8b838275235412777dd430206d9a24eb3ee, short_seek_threshold was removed from the public AVIO struct. Although this option was private and not intended to be used by public API users, it was nonetheless, because it provided functionality that

[FFmpeg-devel] [PATCH v2] avformat/http: Add short_seek_size option

2021-11-16 Thread Derek Buitenhuis
In 45bfe8b838275235412777dd430206d9a24eb3ee, short_seek_threshold was removed from the public AVIO struct. Although this option was private and not intended to be used by public API users, it was nonetheless, because it provided functionality that could otherwise not be gained via public API. Thi