diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-07-08 12:46:29 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-08-01 10:09:26 +0200 |
commit | 492df6520128f00e341999f454ea9986da2c9a11 (patch) | |
tree | 9ad76138e8ecaebebfec1429e0585f85e7d3a28d /libavcodec/ffv1.h | |
parent | a411fc5a84367b679de38ad07adb0ef351ca35d8 (diff) | |
download | ffmpeg-492df6520128f00e341999f454ea9986da2c9a11.tar.gz |
lavc/ffv1: drop write-only PlaneContext.interlace_bit_state
Diffstat (limited to 'libavcodec/ffv1.h')
-rw-r--r-- | libavcodec/ffv1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index a87c2d2a36..a3f3b30b49 100644 --- a/libavcodec/ffv1.h +++ b/libavcodec/ffv1.h @@ -63,7 +63,6 @@ typedef struct PlaneContext { int context_count; uint8_t (*state)[CONTEXT_SIZE]; VlcState *vlc_state; - uint8_t interlace_bit_state[2]; } PlaneContext; #define MAX_SLICES 1024 |