[FFmpeg-cvslog] avformat/smacker: Remove unused structure

Andreas Rheinhardt git at videolan.org
Wed Apr 8 17:23:00 EEST 2020


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Sun Mar 29 09:03:02 2020 +0200| [a9ad8867c468c30213a61e24d81d197052f730e5] | committer: Andreas Rheinhardt

avformat/smacker: Remove unused structure

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9ad8867c468c30213a61e24d81d197052f730e5
---

 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,



More information about the ffmpeg-cvslog mailing list