avcodec/vc1: Remove unused topleft,bottomright fields

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-04-30 13:41:21 +02:00
parent 728ef2245c
commit 4e2bac279d

View File

@ -314,10 +314,6 @@ typedef struct VC1Context{
uint8_t numpanscanwin;
uint8_t tfcntr;
uint8_t rptfrm, tff, rff;
uint16_t topleftx;
uint16_t toplefty;
uint16_t bottomrightx;
uint16_t bottomrighty;
uint8_t uvsamp;
uint8_t postproc;
int hrd_num_leaky_buckets;