lavc/hevcdec: drop unused HEVCContext.width/height

This commit is contained in:
Anton Khirnov 2024-05-29 17:03:28 +02:00
parent a13b892080
commit 9576a00527

View File

@ -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;