diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-05-29 17:03:28 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-06-04 11:46:27 +0200 |
commit | 9576a005271e5a20572b5c581dbf15ad77b373bb (patch) | |
tree | 11e748a28480af356e2df966b14e6f2f09f3b153 /libavcodec | |
parent | a13b892080811345c9b5ae74ed1a9dbbccd5af52 (diff) | |
download | ffmpeg-9576a005271e5a20572b5c581dbf15ad77b373bb.tar.gz |
lavc/hevcdec: drop unused HEVCContext.width/height
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/hevc/hevcdec.h | 3 |
1 files changed, 0 insertions, 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; |