[FFmpeg-cvslog] avcodec/vc1: Remove unused topleft,bottomright fields

Andreas Rheinhardt git at videolan.org
Fri May 16 03:14:35 EEST 2025


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Apr 30 13:41:21 2025 +0200| [4e2bac279d2ba2483c0a98e79540270adfb3e0cd] | committer: Andreas Rheinhardt

avcodec/vc1: Remove unused topleft,bottomright fields

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4e2bac279d2ba2483c0a98e79540270adfb3e0cd
---

 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;



More information about the ffmpeg-cvslog mailing list