From c56a911cd966d4103b2c13903548dfe97b04742b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 20 Oct 2012 20:20:02 +0000 Subject: style cleanup: comments --- source/blender/quicktime/quicktime_import.h | 30 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 16 deletions(-) (limited to 'source/blender/quicktime/quicktime_import.h') diff --git a/source/blender/quicktime/quicktime_import.h b/source/blender/quicktime/quicktime_import.h index fb068fc2533..8fd016a3d74 100644 --- a/source/blender/quicktime/quicktime_import.h +++ b/source/blender/quicktime/quicktime_import.h @@ -43,35 +43,33 @@ #include "../imbuf/IMB_imbuf_types.h" #ifndef USE_QTKIT -#ifndef __MOVIES__ -#ifdef _WIN32 -#include -#elif defined(__APPLE__) -#define __CARBONSOUND__ -#import -#include -#endif -#endif /* __MOVIES__ */ +# ifndef __MOVIES__ +# ifdef _WIN32 +# include +# elif defined(__APPLE__) +# define __CARBONSOUND__ +# import +# include +# endif +# endif /* __MOVIES__ */ #endif /* USE_QTKIT */ #ifdef _WIN32 -#ifndef __FIXMATH__ -#include -#endif /* __FIXMATH__ */ +# ifndef __FIXMATH__ +# include +# endif /* __FIXMATH__ */ #endif /* _WIN32 _ */ - char *get_valid_qtname(const char *name); - -// quicktime movie import functions +/* quicktime movie import functions */ int anim_is_quicktime (const char *name); int startquicktime (struct anim *anim); void free_anim_quicktime (struct anim *anim); ImBuf *qtime_fetchibuf (struct anim *anim, int position); -// quicktime image import functions +/* quicktime image import functions */ int imb_is_a_quicktime (char *name); ImBuf *imb_quicktime_decode(unsigned char *mem, int size, int flags); -- cgit v1.2.3