[FFmpeg-trac] #11641(avcodec:new): ffmpeg 7.0 broke ABI for AVCodecID enum values
FFmpeg
trac at avcodec.org
Tue Jun 24 12:13:06 EEST 2025
#11641: ffmpeg 7.0 broke ABI for AVCodecID enum values
-------------------------------------+-------------------------------------
Reporter: Aras | Owner: (none)
Pranckevicius |
Type: defect | Status: new
Priority: normal | Component: avcodec
Version: 7.0 | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by Cigaes):
If you needed to “spot” the change in codec id, then you are doing
something wrong. A change in the major version means your application
linked with the old ffmpeg libraries would not even load with the new
libraries, which is something hard to not spot, and once you re-build the
application with the new libraries it directly uses the new enum values,
nothing to spot.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11641#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list