[v2.0] Fixed MJ2 codec bugs (issues 23-24 on google code). Thanks to Winfried for...
[openjpeg.git] / mj2 / mj2_to_frames.c
index a94f6612d27cd81dcd6892744cc46c3637a06cf1..a3a504691eac4ed5b147063ad9afdbddbb78fb29 100644 (file)
@@ -182,7 +182,7 @@ int main(int argc, char *argv[]) {
     {
       fprintf(stdout,"The frames will be output in a bmp format (output_1.bmp, ...)\n");
       sprintf(outfilename,"output_%d.bmp",snum);
-      if (imagetobmp(img, outfilename))        // Convert image to YUV
+      if (imagetobmp(img, outfilename))        // Convert image to BMP
                                return 1;
       
     }