[Midnightbsd-cvs] [MidnightBSD/mports] 1d4a87: multimedia/mlt7: fix FFmpeg 7.0+ API compatibility...

Lucas Holt noreply at github.com
Sun May 17 21:24:40 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: 1d4a87b82000a8a4f738d69f63c5f3f0f41a0c0e
      https://github.com/MidnightBSD/mports/commit/1d4a87b82000a8a4f738d69f63c5f3f0f41a0c0e
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-17 (Sun, 17 May 2026)

  Changed paths:
    M multimedia/mlt7/Makefile
    A multimedia/mlt7/files/patch-src_modules_avformat_common.c
    A multimedia/mlt7/files/patch-src_modules_avformat_filter__swscale.c

  Log Message:
  -----------
  multimedia/mlt7: fix FFmpeg 7.0+ API compatibility, remove alias from USES

AVFrame.interlaced_frame and AVFrame.top_field_first were removed in
FFmpeg 7.0; replace with AV_FRAME_FLAG_INTERLACED and
AV_FRAME_FLAG_TOP_FIELD_FIRST flag operations. Also remove 'alias' from
USES as it is no longer needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications


More information about the Midnightbsd-cvs mailing list