mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-16 20:40:24 +00:00
avcodec/sanm: remove unused SANMFrameHeader
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
This commit is contained in:
parent
2ef26c30eb
commit
3945d100ef
1 changed files with 0 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue