diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-04-30 13:10:23 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-05-16 01:37:35 +0200 |
commit | 728ef2245c8fa97deaf641fcebf5c59d179db56e (patch) | |
tree | 10ec1d7261c3a05eaf12f7af1aa007fa9482a094 /libavcodec/vc1.h | |
parent | 6ce86c9c110dd7a3e5c3537f9af7ddff095cba20 (diff) | |
download | ffmpeg-728ef2245c8fa97deaf641fcebf5c59d179db56e.tar.gz |
avcodec/vc1: Remove write-only qs_last
Write-only since 9cc74c9f6e8b645e67d45b2070db004caca09af7.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/vc1.h')
-rw-r--r-- | libavcodec/vc1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index e8762350a2..94e0a9b2de 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -365,7 +365,6 @@ typedef struct VC1Context{ int cur_field_type; ///< 0: top, 1: bottom int ref_field_type[2]; ///< forward and backward reference field type (top or bottom) int blocks_off, mb_off; - int qs_last; ///< if qpel has been used in the previous (tr.) picture int bmvtype; int frfd, brfd; ///< reference frame distance (forward or backward) int first_pic_header_flag; |