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
>
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,