[FFmpeg-cvslog] lavc/hevcdec: drop unused HEVCContext.width/height
Anton Khirnov
git at videolan.org
Tue Jun 4 13:02:02 EEST 2024
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed May 29 17:03:28 2024 +0200| [9576a005271e5a20572b5c581dbf15ad77b373bb] | committer: Anton Khirnov
lavc/hevcdec: drop unused HEVCContext.width/height
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9576a005271e5a20572b5c581dbf15ad77b373bb
---
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;
More information about the ffmpeg-cvslog
mailing list