ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@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.rheinha...@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; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".