[Ffmpeg-devel] [PATCH] move utf8 writing to libavutil

Måns Rullgård mru
Sun Jul 9 03:03:23 CEST 2006


Justin Ruggles <jruggle at earthlink.net> writes:

> +#define PUT_UTF8(val)\
> +    do {\
> +    if(val < 0x80){\

This could do with a little indentation.  Sure, it's not a big deal
being a macro definition and all.  It's only that bad indentation is
one of those things I just can't stand...

-- 
M?ns Rullg?rd
mru at inprovide.com




More information about the ffmpeg-devel mailing list