On 28/02/2017 20:11, John Stebbins wrote: > and fix fate-lavf-gif: sync_put_bits before writing each chunk. > Cached bits from the previous chunk get written in the next chunk. > This causes inconsistent output if put_bits caches 64 bits instead > of 32. sync_put_bits make sure < 8 bits are still cached. > --- > libavcodec/put_bits.h | 89 > +++++++++++++++++++++++++++++++++++++++------------ > libavformat/gif.c | 1 + > tests/ref/lavf/gif | 2 +- > 3 files changed, 70 insertions(+), 22 deletions(-) >
Maybe you could split the fix from the feature. Looks file, is fate happy after it? lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
