On Sun, Mar 06, 2016 at 11:08:21PM +0000, Mark Thompson wrote:
> --- a/configure
> +++ b/configure
> @@ -1965,6 +1965,8 @@ hevc_qsv_encoder_deps="libmfx"
>  hevc_qsv_decoder_deps="libmfx"
>  hevc_qsv_decoder_select="hevc_mp4toannexb_bsf hevc_parser qsvdec 
> hevc_qsv_hwaccel"
>  hevc_qsv_encoder_select="qsvenc"
> +hevc_vaapi_encoder_select="vaapi_encode"
> +hevc_vaapi_encoder_deps="VAEncPictureParameterBufferHEVC"

order

> --- /dev/null
> +++ b/libavcodec/vaapi_encode_h265.c
> @@ -0,0 +1,1217 @@
> +
> +static av_cold int vaapi_encode_h265_init2(FFVAAPIEncodeContext *ctx)

Plain _init will do fine.

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

Reply via email to