Re: [Mjpeg-users] lav_io.c and DQT table

2004-03-20 Thread Bernhard Praschinger
HAllo > I am interested in lavtools to convert AVI files in mjpeg format into JPEG > files. After I download the mjpegtools-1.6.2, I found there is a minor bug: > > The function int check_YUV420_input(lav_file_t *lav_fd) in lav_io.c, local > variable >double len = 0; > should be declared as >

[Mjpeg-users] lav_io.c and DQT table

2004-03-20 Thread wong_bo
I am interested in lavtools to convert AVI files in mjpeg format into JPEG files. After I download the mjpegtools-1.6.2, I found there is a minor bug: The function int check_YUV420_input(lav_file_t *lav_fd) in lav_io.c, local variable double len = 0; should be declared as int len = 0; Also,