Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/writeimage.c')
-rw-r--r--source/blender/src/writeimage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/writeimage.c b/source/blender/src/writeimage.c
index cb3d4158ec1..b6279f7eb6b 100644
--- a/source/blender/src/writeimage.c
+++ b/source/blender/src/writeimage.c
@@ -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: