[SCM] libav/experimental: remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:37:22 UTC 2013
The following commit has been merged in the experimental branch:
commit c385c0da224575fe7416fde6d8d64f577346e657
Author: Daniel Verkamp <daniel at drv.nu>
Date: Mon Feb 9 08:16:04 2009 +0000
remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu
Originally committed as revision 17096 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/gif.c b/libavcodec/gif.c
index 2e21ee8..7306a7f 100644
--- a/libavcodec/gif.c
+++ b/libavcodec/gif.c
@@ -139,8 +139,6 @@ static int gif_image_write_image(uint8_t **bytestream,
}
typedef struct {
- int64_t time, file_time;
- uint8_t buffer[100]; /* data chunks */
AVFrame picture;
} GIFContext;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list