[Bug 227726] multimedia/ffmpeg: update to 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 4 11:41:19 UTC 2018


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

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

Author: jbeich
Date: Fri May  4 11:40:30 UTC 2018
New revision: 469017
URL: https://svnweb.freebsd.org/changeset/ports/469017

Log:
  multimedia/miro: unbreak with ffmpeg 4.0

  linux/miro-segmenter.c:103:48: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
                  output_codec_context->flags |= CODEC_FLAG_GLOBAL_HEADER;
                                                 ^
  linux/miro-segmenter.c:270:46: error: no member named 'pts' in 'struct
AVStream'
              segment_time = (double)video_st->pts.val *
video_st->time_base.num / video_st->time_base.den;
                                     ~~~~~~~~  ^
  linux/miro-segmenter.c:273:46: error: no member named 'pts' in 'struct
AVStream'
              segment_time = (double)audio_st->pts.val *
audio_st->time_base.num / audio_st->time_base.den;
                                     ~~~~~~~~  ^

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

Changes:
  head/multimedia/miro/Makefile
  head/multimedia/miro/files/patch-linux_miro-segmenter.c

-- 
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