HomeFreeBSD

math/octave-forge-video: unbreak with ffmpeg 4.0

Description

math/octave-forge-video: unbreak with ffmpeg 4.0

AVHandler.cc:246:29: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED'

if (codec->capabilities & CODEC_CAP_TRUNCATED)
                          ^

AVHandler.cc:247:30: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED'

vstream->codec->flags |= CODEC_FLAG_TRUNCATED;
                         ^

PR: 227726
Reported by: antoine (via exp-run)

Details

Provenance
jbeichAuthored on
Parents
rP468832: net/opal: correct codec option names after r468745
Branches
Unknown
Tags
Unknown