Home | History | Annotate | Download | only in jpeg

Lines Matching full:outfile

295 	FILE * outfile;
297 if ((outfile = fopen(filename, "wb")) == NULL) {
301 jpeg_stdio_dest(&cinfo, outfile);