Xpra: Ticket #1768: Replace CODEC_FLAG2_FAST with AV_CODEC_FLAG2_FAST

FFmpeg replaced CODEC_FLAG2_FAST with AV_CODEC_FLAG2_FAST two years ago and left CODEC_FLAG2_FAST as a deprecated alias. This deprecated alias has finally been removed two years later, so it needs to be switched over to AV_CODEC_FLAG2_FAST or Xpra won't compile with a recent version of FFmpeg. This doesn't break compatibility with stable systems, since AV_CODEC_FLAG2_FAST has existed for more than two years. This change was already made in the Xpra codebase for CODEC_ID_H264 -> AV_CODEC_ID_H264 and similar changes, but not for AV_CODEC_FLAG2_FAST.



Wed, 14 Feb 2018 03:50:36 GMT - Antoine Martin: status changed; resolution set

Already been done in r18088, r18087, r18086.

Make sure the version you use is up to date.


Wed, 21 Mar 2018 16:08:05 GMT - Antoine Martin: milestone set


Sat, 23 Jan 2021 05:33:16 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1768