rockcarry / ffjpeg

a simple jpeg codec.
GNU General Public License v3.0
106 stars 46 forks source link

try fix null pointer deference for issue #36 #37

Closed chibataiki closed 3 years ago

chibataiki commented 3 years ago

try fix null pointer deference for issue #36

rockcarry commented 3 years ago

I reviewed your patch, it's good. I'll merge it later.

rockcarry commented 3 years ago

can you check and address my comments on your patch ?

chibataiki commented 3 years ago

can you check and address my comments on your patch

chiba :: ~/ffjpeg-check ‹master*› » make
src
make -C src
make[1]: Entering directory '/home/chiba/ffjpeg-check/src'
gcc -Wall -o bitstr.o bitstr.c -c
ar rcs libffjpeg.a color.o dct.o quant.o zigzag.o bitstr.o huffman.o bmp.o jfif.o
gcc -Wall -o ffjpeg ffjpeg.o libffjpeg.a
make[1]: Leaving directory '/home/chiba/ffjpeg-check/src'