Re: [RFC][PATCH 1/8] fmt-conversion: Remove reference to AV_PIX_FMT_XVMC

Ivan Kalvachev <[email protected]> Sun, 7 Apr 2024 00:35:49 +0300
Newsgroups gmane.comp.video.mplayer.devel
Message-ID <CABA=pqdMVffrGWqz+304G2CD7AT1HRzA0miTuiccMSFjusmznA@mail.gmail.com>
Good to go.

On Thu, Apr 4, 2024 at 1:39 AM Alexander Strasser <[email protected]> wrote:
>
> The pix fmt was removed from lavu on major bump to 59.
>
> This fixes the build when vo xvmc is not enabled in configure.
>
> As vo xvmc isn't automatically enabled, this commit should be
> enough to avoid build breakage with newer FFmpeg for most people.
> Even those that have the relevant dev packages installed.
>
> More stuff related to XvMC (vo xvmc, parts in vd ffmpeg, etc) are
> planned to be removed in follow up commits.
> ---
>  fmt-conversion.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/fmt-conversion.c b/fmt-conversion.c
> index a12c03e4b..d1d30af68 100644
> --- a/fmt-conversion.c
> +++ b/fmt-conversion.c
> @@ -138,7 +138,6 @@ static const struct {
>      { IMGFMT_422P,       AV_PIX_FMT_YUVJ422P },
>      { IMGFMT_444P,       AV_PIX_FMT_YUVJ444P },
>      { IMGFMT_440P,       AV_PIX_FMT_YUVJ440P },
> -    { IMGFMT_XVMC_IDCT_MPEG2, AV_PIX_FMT_XVMC },
>      { 0,                      AV_PIX_FMT_NONE }
>  };
>
> --
> _______________________________________________
> MPlayer-dev-eng mailing list
> [email protected]
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
_______________________________________________
MPlayer-dev-eng mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng