[Bug 227726] multimedia/ffmpeg: update to 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 4 21:02:19 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227726

--- Comment #73 from Jan Beich <jbeich at FreeBSD.org> ---
Here's the remaining fallout:
- games/retroarch has an upstream fix and pending update
- graphics/openfx-io landed after exp-run
- net/freerdp1 upstream fix doesn't apply
- net/guacamole-server -Werror usage

Most bustage comes down to:
- libavfilter/avfiltergraph.h -> drop or replace with libavfilter/avfilter.h
- FF_INPUT_BUFFER_PADDING_SIZE -> AV_INPUT_BUFFER_PADDING_SIZE
- FF_MIN_BUFFER_SIZE -> AV_INPUT_BUFFER_MIN_SIZE
- FF_MAX_B_FRAMES -> INT_MAX
- CODEC_(CAP|FLAG)_* -> AV_CODEC_(CAP|FLAG)_*
- CODEC_FLAG_EMU_EDGE and AVFMT_RAWPICTURE can be removed or ifdef'd out
- avctx->foo -> av_opt_set(avctx->priv_data, "foo", ...) but check "foo"
spelling and type
- avctx->codec_name -> avcodec_get_name(avctx->codec_id)
- avstream->pts -> av_stream_get_end_pts(avstream)

multimedia/gstreamer1-libav simply had a very large number of errors.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-multimedia mailing list