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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-01-13 16:34:23 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-01-13 16:34:23 +0400
commit8dcb1f4d12b809c46bccfc9e6e828447cd0d58d8 (patch)
tree2b97914b12b4508148348d37567c5855d0d7680d /source/blender/makesdna
parent0f34ce27cf9c44cb5f10d4033be407c00fee2a09 (diff)
Added Lossless Output option for h264 codec.
This will fix #26943: render image to video problem
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 505a9ee30ab..a2dfea11cdb 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1380,6 +1380,7 @@ typedef struct Scene {
#define FFMPEG_MULTIPLEX_AUDIO 1 /* deprecated, you can choose none as audiocodec now */
#define FFMPEG_AUTOSPLIT_OUTPUT 2
+#define FFMPEG_LOSSLESS_OUTPUT 4
/* Paint.flags */
typedef enum {