mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Place { of the function where indent -kr wants it.
Also more consistent with the rest of the code. Originally committed as revision 20851 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
02483df478
commit
b3e88ae84b
1 changed files with 2 additions and 1 deletions
|
|
@ -78,7 +78,8 @@ size_t av_strlcatf(char *dst, size_t size, const char *fmt, ...)
|
|||
return len;
|
||||
}
|
||||
|
||||
char *av_d2str(double d){
|
||||
char *av_d2str(double d)
|
||||
{
|
||||
char *str= av_malloc(16);
|
||||
if(str) snprintf(str, 16, "%f", d);
|
||||
return str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue