[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26697] trunk/blender/source/blender/ makesrna/intern/rna_scene.c: Adding support for the FFmpeg video codec #1 as requested on the mailing list .

Joerg Mueller nexyon at gmail.com
Mon Feb 8 09:31:07 CET 2010


Revision: 26697
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26697
Author:   nexyon
Date:     2010-02-08 09:31:06 +0100 (Mon, 08 Feb 2010)

Log Message:
-----------
Adding support for the FFmpeg video codec #1 as requested on the mailing list.

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_scene.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_scene.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_scene.c	2010-02-08 02:51:02 UTC (rev 26696)
+++ trunk/blender/source/blender/makesrna/intern/rna_scene.c	2010-02-08 08:31:06 UTC (rev 26697)
@@ -1746,6 +1746,7 @@
 		{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[] = {





More information about the Bf-blender-cvs mailing list