diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-05-02 16:33:59 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-05-02 16:33:59 +0000 |
commit | 9b646307bd046dc6dcc54c8216e71bcb6b06b1f3 (patch) | |
tree | ffe0f953b130ee5271d3fc2a4eebadfccc03e924 /multimedia/qmmp-qt5/files/patch-ffmpeg4 | |
parent | net/opal: properly set codec-specific options after r468745 (diff) |
net/freeswitch: unbreak with ffmpeg 4.0
avcodec.c:194:40: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
static uint8_t ff_input_buffer_padding[FF_INPUT_BUFFER_PADDING_SIZE] = { 0 };
^
avformat.c:471:14: error: use of undeclared identifier 'CODEC_FLAG_LOOP_FILTER'
c->flags|=CODEC_FLAG_LOOP_FILTER; // flags=+loop
^
avformat.c:477:47: error: use of undeclared identifier 'ME_HEX'
av_opt_set_int(c->priv_data, "motion_est", ME_HEX, 0);
^
avformat.c:553:15: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
c->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
avformat.c:638:31: error: use of undeclared identifier 'CODEC_CAP_VARIABLE_FRAME_SIZE'
if (c->codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE) {
^
PR: 227726
Reported by: antoine (via exp-run)
Notes
Notes:
svn path=/head/; revision=468853
Diffstat (limited to 'multimedia/qmmp-qt5/files/patch-ffmpeg4')
0 files changed, 0 insertions, 0 deletions