]> git.sesse.net Git - ffmpeg/commitdiff
avformat/smacker: Remove unused structure
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 29 Mar 2020 07:03:02 +0000 (09:03 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 8 Apr 2020 14:21:17 +0000 (16:21 +0200)
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/smacker.c

index 1e8858dd4e015efacea02845b039865960584138..c934615c54ebfd7502ecc2b3e092653f28cc0ac5 100644 (file)
@@ -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,