mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
avformat/smacker: Remove unused structure
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
b6ebc5aeb2
commit
a9ad8867c4
@ -61,11 +61,6 @@ typedef struct SmackerContext {
|
|||||||
int64_t aud_pts[7];
|
int64_t aud_pts[7];
|
||||||
} SmackerContext;
|
} SmackerContext;
|
||||||
|
|
||||||
typedef struct SmackerFrame {
|
|
||||||
int64_t pts;
|
|
||||||
int stream;
|
|
||||||
} SmackerFrame;
|
|
||||||
|
|
||||||
/* palette used in Smacker */
|
/* palette used in Smacker */
|
||||||
static const uint8_t smk_pal[64] = {
|
static const uint8_t smk_pal[64] = {
|
||||||
0x00, 0x04, 0x08, 0x0C, 0x10, 0x14, 0x18, 0x1C,
|
0x00, 0x04, 0x08, 0x0C, 0x10, 0x14, 0x18, 0x1C,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user