Re: [FFmpeg-devel] [PATCH] avcodec/lzwenc: Remove padding byte when writing gif

2017-03-24 Thread Will Storey
> Will Storey will at summercat.com wrote on Mon Feb 20 22:46:34 EET 2017: > > No longer write a final 0x00 byte when flushing the LZW bitstream. There > > is no mention of doing this in GIF89a specification to do this, and > > decoders may not expect it. > > > Adding this byte for padding was add

[FFmpeg-devel] [PATCH] avcodec/lzwenc: Remove padding byte when writing gif

2017-02-20 Thread contact
Will Storey will at summercat.com wrote on Mon Feb 20 22:46:34 EET 2017: No longer write a final 0x00 byte when flushing the LZW bitstream. There is no mention of doing this in GIF89a specification to do this, and decoders may not expect it. Adding this byte for padding was added in commit b4

[FFmpeg-devel] [PATCH] avcodec/lzwenc: Remove padding byte when writing gif

2017-02-20 Thread Will Storey
No longer write a final 0x00 byte when flushing the LZW bitstream. There is no mention of doing this in GIF89a specification to do this, and decoders may not expect it. Adding this byte for padding was added in commit b4e2e03709996a0836f6a71535d48b50201338eb apparently to resolve an issue with GIM