This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
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
tags/v0.5
Daniel Verkamp
Baptiste Coudurier
17 years ago
parent
dacfaf2373
commit
c385c0da22
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavcodec/gif.c
+ 0
- 2
libavcodec/gif.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save