search for: png_read

Displaying 1 result from an estimated 1 matches for "png_read".

Did you mean: log_read
2009 Dec 07
0
Bunch of bugs in LibTheora, FFMPEG2THEORA, PNG2THEORA
...rgument uses C printf format to represent a list of files,\n" 98 " i.e. file-%%06d.png to look for files file000001.png to file9999999.png \n\n" very ^^^ strange ... 678 snprintf(input_png, 1023,"%s/%s", input_directory, png_files[0]->d_name); 679 if(png_read(input_png, &w, &h, &yuv)) { 680 fprintf(stderr, "could not read %s\n", input_png); 681 exit(1); 682 } here ^^^ ... 146 #ifdef WIN32 147 int 148 alphasort (const void *a, const void *b) 149 { 150 return strcoll ((*(const struct dirent **) a)->d_name, 151...