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/avi/intern/options.c')
-rw-r--r--source/blender/avi/intern/options.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/blender/avi/intern/options.c b/source/blender/avi/intern/options.c
index fb1ed24926e..db9719c171d 100644
--- a/source/blender/avi/intern/options.c
+++ b/source/blender/avi/intern/options.c
@@ -1,8 +1,4 @@
/*
- *
- * This is external code. Sets some compression related options
- * (width, height quality, framerate).
- *
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
@@ -32,6 +28,9 @@
/** \file blender/avi/intern/options.c
* \ingroup avi
+ *
+ * This is external code. Sets some compression related options
+ * (width, height quality, framerate).
*/
#include "AVI_avi.h"