#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
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to