From 6001f4b6a5b918fc52c2e9826e94be36f66f4824 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Wed, 30 Apr 2025 13:41:21 +0200 Subject: [PATCH 07/44] avcodec/vc1: Remove unused topleft,bottomright fields Signed-off-by: Andreas Rheinhardt --- libavcodec/vc1.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index 94e0a9b2de..da82124a5e 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -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; -- 2.45.2