[FFmpeg-devel] [PATCH 4/5] avformat/smacker: Remove unused structure
Andreas Rheinhardt
andreas.rheinhardt at gmail.com
Sun Mar 29 14:13:24 EEST 2020
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
libavformat/smacker.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/libavformat/smacker.c b/libavformat/smacker.c
index 1e8858dd4e..c934615c54 100644
--- a/libavformat/smacker.c
+++ b/libavformat/smacker.c
@@ -61,11 +61,6 @@ typedef struct SmackerContext {
int64_t aud_pts[7];
} SmackerContext;
-typedef struct SmackerFrame {
- int64_t pts;
- int stream;
-} SmackerFrame;
-
/* palette used in Smacker */
static const uint8_t smk_pal[64] = {
0x00, 0x04, 0x08, 0x0C, 0x10, 0x14, 0x18, 0x1C,
--
2.20.1
More information about the ffmpeg-devel
mailing list