[Bug 227726] multimedia/ffmpeg: update to 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 27 13:58:31 UTC 2018


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

--- Comment #26 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri Apr 27 13:57:40 UTC 2018
New revision: 468428
URL: https://svnweb.freebsd.org/changeset/ports/468428

Log:
  multimedia/mlt: unbreak with ffmpeg 4.0

  consumer_avformat.c:2047:44: error: use of undeclared identifier
'AVFMT_RAWPICTURE'
                  if ( video_st && !( oc->oformat->flags & AVFMT_RAWPICTURE ) )
for (;;)
                                                           ^
  consumer_avformat.c:837:16: error: use of undeclared identifier
'CODEC_FLAG_QSCALE'
                          c->flags |= CODEC_FLAG_QSCALE;
                                      ^
  filter_avresample.c:55:2: error: use of undeclared identifier
'ReSampleContext'
          ReSampleContext *resample = mlt_properties_get_data(
filter_properties, "audio_resample", NULL );
          ^

  PR:           227726
  Obtained from:        upstream (mlt 6.6.0)

Changes:
  head/multimedia/mlt/files/patch-git_541b083
  head/multimedia/mlt/files/patch-git_9a95592
  head/multimedia/mlt/files/patch-git_9ec2ab9

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


More information about the freebsd-multimedia mailing list