OSDN Git Service

avcodec/mjpegenc: Remove non functional huffman reallocation and error handling
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 9 Feb 2017 20:11:51 +0000 (21:11 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 9 Feb 2017 23:12:01 +0000 (00:12 +0100)
commite10bd12c250afb89046c4b0ee3f30d6d23eb8127
tree6489220d70860be89e28dd2bb362c845ea2ab4c1
parent53234b9ba5e6ebe23060c83d8fee2e03d9cb3e17
avcodec/mjpegenc: Remove non functional huffman reallocation and error handling

If this is wanted iam not against it but it must be designed to work with all cases
like slice threads, and a single growing buffer does not work very well with slices.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/mjpegenc.c
libavcodec/mjpegenc.h
libavcodec/mjpegenc_common.c