mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
remove TODO, its done now
Originally committed as revision 8519 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
10d4899c01
commit
04f7136bfe
@ -108,7 +108,6 @@ static int gif_read_image(GifState *s)
|
||||
|
||||
/* now get the image data */
|
||||
code_size = bytestream_get_byte(&s->bytestream);
|
||||
//TODO: add proper data size
|
||||
ff_lzw_decode_init(s->lzw, code_size, s->bytestream,
|
||||
s->bytestream_end - s->bytestream, FF_LZW_GIF);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user