-----
Bugfix #7831: fix image filename extensions on saved files.  Make FFMPEG save JPEG images by default, allow JPEG images to have either ".jpg" or ".jpeg" extension.
This commit is contained in:
Ken Hughes
2007-12-03 23:37:33 +00:00
parent 89205964b3
commit 62e28f52da
2 changed files with 3 additions and 2 deletions

View File

@@ -193,6 +193,7 @@ 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: