[FFmpeg-devel] [PATCH] Curly brackets placement in libswscale.

Ramiro Polla ramiro.polla
Sun Aug 16 23:11:56 CEST 2009


On Sun, Aug 16, 2009 at 11:52 AM, Michael Niedermayer<michaelni at gmx.at> wrote:
> On Sat, Aug 15, 2009 at 10:17:53PM -0300, Ramiro Polla wrote:
>> Hi,
>>
>> - 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.
>>
>> Ramiro Polla
>
>> ?colorspace-test.c ? ? ? ? ? ? ?| ? 20 -
>> ?mlib/yuv2rgb_mlib.c ? ? ? ? ? ?| ? 17 -
>> ?options.c ? ? ? ? ? ? ? ? ? ? ?| ? ?3
>> ?ppc/swscale_altivec_template.c | ? ?9
>> ?ppc/yuv2rgb_altivec.c ? ? ? ? ?| ? ?6
>> ?rgb2rgb.c ? ? ? ? ? ? ? ? ? ? ?| ? 39 --
>> ?rgb2rgb_template.c ? ? ? ? ? ? | ?235 +++++----------
>> ?sparc/yuv2rgb_vis.c ? ? ? ? ? ?| ? ?9
>> ?swscale-example.c ? ? ? ? ? ? ?| ? 24 -
>> ?swscale.c ? ? ? ? ? ? ? ? ? ? ?| ?627 ++++++++++++++++++-----------------------
>> ?swscale_internal.h ? ? ? ? ? ? | ? ?2
>> ?swscale_template.c ? ? ? ? ? ? | ?310 +++++++-------------
>> ?x86/yuv2rgb_mmx.c ? ? ? ? ? ? ?| ? 16 -
>> ?x86/yuv2rgb_template.c ? ? ? ? | ? 23 -
>> ?yuv2rgb.c ? ? ? ? ? ? ? ? ? ? ?| ? ?5
>> ?15 files changed, 579 insertions(+), 766 deletions(-)
>> a61190c9960261220aa52b74f8b7045e763d5149 ?curly_brackets.diff
>
> looks ok

Applied.



More information about the ffmpeg-devel mailing list