[Bug 227726] multimedia/ffmpeg: update to 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 27 14:38:09 UTC 2018


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

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

Author: jbeich
Date: Fri Apr 27 14:37:28 UTC 2018
New revision: 468431
URL: https://svnweb.freebsd.org/changeset/ports/468431

Log:
  textproc/libextractor: unbreak with ffmpeg 4.0

  thumbnailffmpeg_extractor.c:426:29: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
    unsigned char padded_data[PADDED_BUFFER_SIZE];
                              ^
  thumbnailffmpeg_extractor.c:99:43: note: expanded from macro
'PADDED_BUFFER_SIZE'
   #define PADDED_BUFFER_SIZE (BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE)
                                             ^
  thumbnailffmpeg_extractor.c:479:38: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
        memset (&padded_data[iret], 0, PADDED_BUFFER_SIZE - iret);
                                       ^
  thumbnailffmpeg_extractor.c:99:43: note: expanded from macro
'PADDED_BUFFER_SIZE'
   #define PADDED_BUFFER_SIZE (BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE)
                                             ^
  PR:           227726

Changes:
  head/textproc/libextractor/files/patch-ffmpeg29

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


More information about the freebsd-multimedia mailing list