mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-02 20:30:03 +01:00
avcodec/sanm: remove unused SANMFrameHeader
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user