[FFmpeg-devel] [PATCH 11/11] lavc/hevcdec: drop unused HEVCContext.width/height
Anton Khirnov
anton at khirnov.net
Fri May 31 20:47:49 EEST 2024
---
libavcodec/hevc/hevcdec.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/hevc/hevcdec.h b/libavcodec/hevc/hevcdec.h
index 8208268460..33ad4ac0aa 100644
--- a/libavcodec/hevc/hevcdec.h
+++ b/libavcodec/hevc/hevcdec.h
@@ -456,9 +456,6 @@ typedef struct HEVCContext {
uint8_t threads_type;
uint8_t threads_number;
- int width;
- int height;
-
/** 1 if the independent slice segment header was successfully parsed */
uint8_t slice_initialized;
--
2.43.0
More information about the ffmpeg-devel
mailing list