[FFmpeg-devel] [PATCH 1/1] avcodec/vaapi_encode: add frame-skip func

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Nov 19 20:23:21 EET 2018


2018-11-19 10:04 GMT+01:00, Jing SUN <jing.a.sun at intel.com>:

> diff --git a/libavutil/frame.h b/libavutil/frame.h
> index 66f27f4..8ef6475 100644
> --- a/libavutil/frame.h
> +++ b/libavutil/frame.h
> @@ -166,6 +166,11 @@ enum AVFrameSideDataType {
>       * function in libavutil/timecode.c.
>       */
>      AV_FRAME_DATA_S12M_TIMECODE,
> +
> +    /**
> +     * VAAPI Encode skip-frame indicator.
> +     */
> +    AV_FRAME_DATA_SKIP_FRAME,

I suspect this needs a  minor version bump and should be a
separate commit but please wait for an actual review.

Carl Eugen


More information about the ffmpeg-devel mailing list