#1768 closed defect (invalid)
Replace CODEC_FLAG2_FAST with AV_CODEC_FLAG2_FAST
Reported by: | Leo Izen | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.3 |
Component: | encodings | Version: | 2.2.x |
Keywords: | ffmpeg, codecs, dec_avcodec2 | Cc: |
Description
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.
Change History (3)
comment:1 Changed 4 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 4 years ago by
Milestone: | → 2.3 |
---|
comment:3 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1768
Note: See
TracTickets for help on using
tickets.
Already been done in r18088, r18087, r18086.
Make sure the version you use is up to date.