[FFmpeg-devel] [PATCH]Bump probesize and analyzeduration to 64bit (again)
James Almer
jamrial at gmail.com
Sat Sep 12 20:25:05 CEST 2015
On 9/12/2015 3:04 PM, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch implements making probesize and analyzeduration 64bit
> unless api compatibility was requested.
>
> I will add a line to doc/APIchanges and do a minor version bump.
>
> Please review, this cannot wait, Carl Eugen
You're removing probesize2 and max_analyze_duration2, which supposedly
were added to replace the deprecated probesize and max_analyze_duration
fields, all while undeprecating the latter in the meantime.
The FF_API_PROBESIZE_32 wrapper is faulty as well to begin with. It's
scheduling the removal of probesize2 and max_analyze_duration2, which
are supposedly the non-deprecated replacements.
This all seems like a weird change.
More information about the ffmpeg-devel
mailing list