imgconvert: Move AVPicture-related static function to the deprecated section
This commit is contained in:
parent
892f037c55
commit
f7168d7016
1 changed files with 2 additions and 3 deletions
|
|
@ -153,6 +153,8 @@ enum AVPixelFormat avcodec_find_best_pix_fmt2(enum AVPixelFormat *pix_fmt_list,
|
|||
return dst_pix_fmt;
|
||||
}
|
||||
|
||||
#if FF_API_AVPICTURE
|
||||
FF_DISABLE_DEPRECATION_WARNINGS
|
||||
/* return true if yuv planar */
|
||||
static inline int is_yuv_planar(const AVPixFmtDescriptor *desc)
|
||||
{
|
||||
|
|
@ -160,9 +162,6 @@ static inline int is_yuv_planar(const AVPixFmtDescriptor *desc)
|
|||
(desc->flags & AV_PIX_FMT_FLAG_PLANAR));
|
||||
}
|
||||
|
||||
#if FF_API_AVPICTURE
|
||||
FF_DISABLE_DEPRECATION_WARNINGS
|
||||
|
||||
int av_picture_crop(AVPicture *dst, const AVPicture *src,
|
||||
enum AVPixelFormat pix_fmt, int top_band, int left_band)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue