On 11/10/2016 21:34, Anton Khirnov wrote:
> This format is used internally by the QSV encoder to store the encoded
> bitstream.
> ---
>  libavutil/hwcontext_qsv.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavutil/hwcontext_qsv.c b/libavutil/hwcontext_qsv.c
> index f2c8086..3679dc0 100644
> --- a/libavutil/hwcontext_qsv.c
> +++ b/libavutil/hwcontext_qsv.c
> @@ -91,6 +91,7 @@ static const struct {
>  } supported_pixel_formats[] = {
>      { AV_PIX_FMT_NV12, MFX_FOURCC_NV12 },
>      { AV_PIX_FMT_P010, MFX_FOURCC_P010 },
> +    { AV_PIX_FMT_PAL8, MFX_FOURCC_P8   },
>  };
>  
>  static int qsv_device_init(AVHWDeviceContext *ctx)
> 

Sure.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to