-----
Make FFMPEG image save use PNG format instead of JPEG.
This commit is contained in:
Ken Hughes
2007-12-04 05:53:32 +00:00
parent 62e28f52da
commit 3e544d04b5
2 changed files with 4 additions and 4 deletions

View File

@@ -148,6 +148,7 @@ void save_image_filesel_str(char *str)
case R_RADHDR:
strcpy(str, "Save Radiance HDR");
break;
case R_FFMPEG:
case R_PNG:
strcpy(str, "Save PNG");
break;
@@ -193,7 +194,6 @@ void save_image_filesel_str(char *str)
strcpy(str, "Save Multi Layer EXR");
break;
/* default we save jpeg, also for all movie formats */
case R_FFMPEG:
case R_JPEG90:
case R_MOVIE:
case R_AVICODEC: