diff options
author | James Almer <jamrial@gmail.com> | 2025-02-19 13:56:43 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2025-03-28 14:33:08 -0300 |
commit | 8af333188349d7eaab141bc872d98e03d03bf029 (patch) | |
tree | 1519ed64b4a5008aecfac6705e543b822947191c /libavutil/frame.h | |
parent | ebd6d07ab9493dd2703f73c137699920896993c9 (diff) | |
download | ffmpeg-8af333188349d7eaab141bc872d98e03d03bf029.tar.gz |
avutil: remove deprecated FF_API_INTERLACED_FRAME
Deprecated since 2023-05-04.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r-- | libavutil/frame.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h index 5f89acbe2f..a6667aadce 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -577,24 +577,6 @@ typedef struct AVFrame { */ int repeat_pict; -#if FF_API_INTERLACED_FRAME - /** - * The content of the picture is interlaced. - * - * @deprecated Use AV_FRAME_FLAG_INTERLACED instead - */ - attribute_deprecated - int interlaced_frame; - - /** - * If the content is interlaced, is top field displayed first. - * - * @deprecated Use AV_FRAME_FLAG_TOP_FIELD_FIRST instead - */ - attribute_deprecated - int top_field_first; -#endif - #if FF_API_PALETTE_HAS_CHANGED /** * Tell user application that palette has changed from previous frame. |