#1242 closed task (fixed)
avcodec_decode_video2 is deprecated in ffmpeg 3.1
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | encodings | Version: | trunk |
Keywords: | ffmpeg | Cc: | onlyjob@… |
Description
- r12943 uses the new API in trunk, which means we now require ffmpeg 3.1 or later going forward (the api is better for things like b-frames #800)
- r12944 for v0.17.x and r12945 for v0.14.x just print but ignore the deprecation warning, so these versions will remain compatible with older versions of ffmpeg
@smo: you want the latest ffmpeg on your build hosts to continue to be able to build from trunk. I've bumped ffmpeg for osx in r12926, win32 is still done by hand..
Change History (6)
comment:1 Changed 5 years ago by
Milestone: | 0.18 → 1.0 |
---|
comment:2 Changed 5 years ago by
For DEB packaging see #1256.
(the memleak I was worried about has been fixed: https://trac.ffmpeg.org/ticket/5613)
comment:3 Changed 5 years ago by
Cc: | onlyjob@… added |
---|
comment:4 Changed 5 years ago by
Owner: | changed from Smo to Antoine Martin |
---|
All updated on my build hosts.
Close if there is nothing else to do.
comment:5 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1242
Note: See
TracTickets for help on using
tickets.
Milestone renamed