[FFmpeg-devel] [PATCH 1/4, v2] avcodec/amfenc: Fixes the color information in the output.
Araz
primeadvice at gmail.com
Thu Aug 1 17:58:28 EEST 2024
> > + AV_PIX_FMT_P010,
> > AV_PIX_FMT_NONE
> > };
> >
> > @@ -72,6 +73,7 @@ static const FormatMap format_map[] =
> > {
> > { AV_PIX_FMT_NONE, AMF_SURFACE_UNKNOWN },
> > { AV_PIX_FMT_NV12, AMF_SURFACE_NV12 },
> > + { AV_PIX_FMT_P010, AMF_SURFACE_P010 },
> Why is this in this commit?
This patch mostly fixes color information.
10-bit pixel format update is too small to make a separate patch for it.
I can rename that patch or split it on 2 patches.
More information about the ffmpeg-devel
mailing list