[Bug 207547] [exp-run] Update ffmpeg to 3.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 4 14:30:47 UTC 2016


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

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

Author: jbeich
Date: Fri Nov  4 14:30:43 UTC 2016
New revision: 425326
URL: https://svnweb.freebsd.org/changeset/ports/425326

Log:
  databases/grass: unbreak build with ffmpeg 3.x

  lib/ogsf/gsd_img_mpeg.c:41:24: error: 'PIX_FMT_YUV420P' undeclared (first use
in this function)
   #define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
                          ^
  lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT'
       c->pix_fmt = STREAM_PIX_FMT;
                    ^
  lib/ogsf/gsd_img_mpeg.c:41:24: note: each undeclared identifier is reported
only once for each function it appears in
   #define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
                          ^
  lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT'
       c->pix_fmt = STREAM_PIX_FMT;
                    ^
  lib/ogsf/gsd_img_mpeg.c:98:24: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first
use in this function)
       if (c->codec_id == CODEC_ID_MPEG2VIDEO) {
                          ^

  PR:           207547

Changes:
  head/databases/grass/Makefile
  head/databases/grass/files/patch-lib_ogsf_gsd__img__mpeg.c

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


More information about the freebsd-multimedia mailing list