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:
authorJoerg Mueller <nexyon@gmail.com>2010-02-08 11:31:06 +0300
committerJoerg Mueller <nexyon@gmail.com>2010-02-08 11:31:06 +0300
commit3a12f3788052cf635c0465e9fef8a3cb4284e604 (patch)
treee03ade8e26bb28ed8e581a0ee89c59e8fd70b0d7 /source/blender/makesrna
parent28238ead51684759f007b44ddb461bbd5d333b48 (diff)
Adding support for the FFmpeg video codec #1 as requested on the mailing list.
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 452745ba364..3d26c8d9944 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -1746,6 +1746,7 @@ static void rna_def_scene_render_data(BlenderRNA *brna)
{CODEC_ID_XVID, "XVID", 0, "Xvid", ""},
{CODEC_ID_THEORA, "THEORA", 0, "Theora", ""},
{CODEC_ID_FLV1, "FLASH", 0, "Flash Video", ""},
+ {CODEC_ID_FFV1, "FFV1", 0, "FFmpeg video codec #1", ""},
{0, NULL, 0, NULL, NULL}};
static EnumPropertyItem ffmpeg_audio_codec_items[] = {