On 1/25/2024 11:12 AM, Andreas Rheinhardt wrote:
James Almer:
Signed-off-by: James Almer <jamr...@gmail.com>
---
  configure                  |  13 -
  libavcodec/Makefile        |   1 -
  libavcodec/allcodecs.c     |   6 -
  libavcodec/avcodec.h       |  18 -
  libavcodec/crystalhd.c     | 826 -------------------------------------
  libavcodec/options_table.h |   3 -
  libavcodec/version_major.h |   4 -
  7 files changed, 871 deletions(-)
  delete mode 100644 libavcodec/crystalhd.c

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 3c2b0159a9..2306c0f7bf 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -794,24 +794,6 @@ typedef struct AVCodecContext {
       */
      float dark_masking;
-#if FF_API_SLICE_OFFSET
-    /**
-     * slice count
-     * - encoding: Set by libavcodec.
-     * - decoding: Set by user (or 0).
-     */
-    attribute_deprecated
-    int slice_count;
-
-    /**
-     * slice offsets in the frame in bytes
-     * - encoding: Set/allocated by libavcodec.
-     * - decoding: Set/allocated by user (or NULL).
-     */
-    attribute_deprecated
-    int *slice_offset;
-#endif
-

The removal of FF_API_SLICE_OFFSET should be in its own commit.

Yeah, it's obviously a mistake i made, probably during a rebase.

Will fix, thanks.
_______________________________________________
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