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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:43:42 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:43:42 +0300
commit9960f697a64f50a6c84a3e282fccce50e30fccd8 (patch)
treecc498ec599bc81e5375952e1e145e699d6bed1ae /source/blender/avi/intern/mjpeg.h
parentb9e70c743bb40c00b6112c69721b5cf23867e139 (diff)
doxygen: blender/avi tagged.
Diffstat (limited to 'source/blender/avi/intern/mjpeg.h')
-rw-r--r--source/blender/avi/intern/mjpeg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/avi/intern/mjpeg.h b/source/blender/avi/intern/mjpeg.h
index fa3b4dc8d0c..ce10388a466 100644
--- a/source/blender/avi/intern/mjpeg.h
+++ b/source/blender/avi/intern/mjpeg.h
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/avi/intern/mjpeg.h
+ * \ingroup avi
+ */
+
+
void *avi_converter_from_mjpeg (AviMovie *movie, int stream, unsigned char *buffer, int *size);
void *avi_converter_to_mjpeg (AviMovie *movie, int stream, unsigned char *buffer, int *size);