comparison libswscale/options.c @ 29481:c080f1f5c07e

Cosmetics: - Place curly brackets in the same line as while/for/if/switch/else/do; - Place curly brackets at column 0 in the next line starting a function.
author ramiro
date Sun, 16 Aug 2009 21:11:28 +0000
parents 0ee386008a40
children 2aa88c36f9fc
comparison
equal deleted inserted replaced
29480:a4d8dee13834 29481:c080f1f5c07e
21 #include "libavutil/avutil.h" 21 #include "libavutil/avutil.h"
22 #include "libavcodec/opt.h" 22 #include "libavcodec/opt.h"
23 #include "swscale.h" 23 #include "swscale.h"
24 #include "swscale_internal.h" 24 #include "swscale_internal.h"
25 25
26 static const char * sws_context_to_name(void * ptr) { 26 static const char * sws_context_to_name(void * ptr)
27 {
27 return "swscaler"; 28 return "swscaler";
28 } 29 }
29 30
30 #define OFFSET(x) offsetof(SwsContext, x) 31 #define OFFSET(x) offsetof(SwsContext, x)
31 #define DEFAULT 0 32 #define DEFAULT 0