On Tue, 2023-02-14 at 11:11 +0100, Anton Khirnov wrote:
> Quoting Fei Wang (2023-02-06 06:44:49)
> > From: Linjie Fu <linjie...@intel.com>
> > 
> > Described in HEVC spec A.3.7.
> > 
> > Signed-off-by: Linjie Fu <linjie.justin...@gmail.com>
> > Signed-off-by: Fei Wang <fei.w.w...@intel.com>
> > ---
> > 1. fix compile warning with VAAPI version less than 1.2.0
> > 
> >  libavcodec/avcodec.h  | 1 +
> >  libavcodec/hevc_ps.c  | 2 ++
> >  libavcodec/profiles.c | 1 +
> >  3 files changed, 4 insertions(+)
> > 
> > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> > index 90b437ccbe..9e36d2402a 100644
> > --- a/libavcodec/avcodec.h
> > +++ b/libavcodec/avcodec.h
> > @@ -1672,6 +1672,7 @@ typedef struct AVCodecContext {
> >  #define FF_PROFILE_HEVC_MAIN_10                     2
> >  #define FF_PROFILE_HEVC_MAIN_STILL_PICTURE          3
> >  #define FF_PROFILE_HEVC_REXT                        4
> > +#define FF_PROFILE_HEVC_SCC                         9
> 
> This is an API addition and so needs a minor bump and an entry in
> APIchanges

Fixed in V6. Thanks.

Fei
> 
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to