On 11/15/2021 6:13 PM, Derek Buitenhuis wrote:
On 11/15/2021 7:53 PM, James Almer wrote:
Don't forget to bump micro before you push.
Yep.
+ { "short_seek_size", "Threshold to favor readahead over seek.",
OFFSET(short_seek_size), AV_OPT_TYPE_INT, { .i64 = -1 }, 1, INT64_MAX, D },
-1 default when the valid range is 1 to INT64_MAX?
D'oh. I had an uncommited change making it 0, and 0 to INT64_MAX.
Make it INT_MAX while at it. The field is an int.
- Derek
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".