Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 11:48:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 223584] New Port: multimedia/comskip: TV commercial skipping utility
Message-ID:  <bug-223584-7788-YZ9e8UO8Ke@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223584-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223584-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223584

Tobias Kortkamp <tobik@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobik@freebsd.org

--- Comment #1 from Tobias Kortkamp <tobik@freebsd.org> ---
Hi,

this doesn't build anymore with ffmpeg 4.0:

mpeg2dec.c:1202:57: error: use of undeclared identifier 'CODEC_FLAG_GRAY'
    if (!hardware_decode) is->video_st->codec->flags |=3D CODEC_FLAG_GRAY;
                                                        ^
mpeg2dec.c:1204:12: warning: 'avcodec_decode_video2' is deprecated
[-Wdeprecated-declarations]
    len1 =3D avcodec_decode_video2(is->video_st->codec, is->pFrame,
&frameFinished,
           ^

If there's still interest in getting comskip into the ports tree then
this PR needs an update.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223584-7788-YZ9e8UO8Ke>