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:
authorCampbell Barton <ideasman42@gmail.com>2014-01-20 18:19:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-21 05:05:27 +0400
commit37242e6b0b1897b3d265a25684eacccfec36ffd0 (patch)
tree802e6f1cc5ac9c8baabeb88ad60374b2f5713553 /source/blender/blenkernel/intern/writeffmpeg.c
parent5ece1594ca725b58960756cbe1ebd2b1123584b6 (diff)
Code Cleanup: style
Diffstat (limited to 'source/blender/blenkernel/intern/writeffmpeg.c')
-rw-r--r--source/blender/blenkernel/intern/writeffmpeg.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/source/blender/blenkernel/intern/writeffmpeg.c b/source/blender/blenkernel/intern/writeffmpeg.c
index ff4300c34e9..713f970f1e5 100644
--- a/source/blender/blenkernel/intern/writeffmpeg.c
+++ b/source/blender/blenkernel/intern/writeffmpeg.c
@@ -606,9 +606,11 @@ static AVStream *alloc_video_stream(RenderData *rd, int codec_id, AVFormatContex
}
if ((of->oformat->flags & AVFMT_GLOBALHEADER)
-// || !strcmp(of->oformat->name, "mp4")
-// || !strcmp(of->oformat->name, "mov")
-// || !strcmp(of->oformat->name, "3gp")
+#if 0
+ || !strcmp(of->oformat->name, "mp4")
+ || !strcmp(of->oformat->name, "mov")
+ || !strcmp(of->oformat->name, "3gp")
+#endif
)
{
PRINT("Using global header\n");