From 3945d100efba0fd03df098f91c112b505cb343e2 Mon Sep 17 00:00:00 2001 From: Manuel Lauss Date: Wed, 27 Aug 2025 19:00:46 +0200 Subject: [PATCH] avcodec/sanm: remove unused SANMFrameHeader Signed-off-by: Manuel Lauss --- libavcodec/sanm.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libavcodec/sanm.c b/libavcodec/sanm.c index f08169e93d..3d56dc774e 100644 --- a/libavcodec/sanm.c +++ b/libavcodec/sanm.c @@ -299,13 +299,6 @@ typedef struct SANMVideoContext { uint8_t c47cb[4]; } SANMVideoContext; -typedef struct SANMFrameHeader { - int seq_num, codec, rotate_code, rle_output_size; - - uint16_t bg_color; - uint32_t width, height; -} SANMFrameHeader; - enum GlyphEdge { LEFT_EDGE, TOP_EDGE,