mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Reindent after the last commit.
Originally committed as revision 23836 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a52e2c3a46
commit
4cf0b43ac9
@ -253,10 +253,10 @@ int av_parse_color(uint8_t *rgba_color, const char *color_string, void *log_ctx)
|
||||
rgba_color[2] = rgba;
|
||||
} else {
|
||||
entry = bsearch(color_string2,
|
||||
color_table,
|
||||
FF_ARRAY_ELEMS(color_table),
|
||||
sizeof(ColorEntry),
|
||||
color_table_compare);
|
||||
color_table,
|
||||
FF_ARRAY_ELEMS(color_table),
|
||||
sizeof(ColorEntry),
|
||||
color_table_compare);
|
||||
if (!entry) {
|
||||
av_log(log_ctx, AV_LOG_ERROR, "Cannot find color '%s'\n", color_string2);
|
||||
return AVERROR(EINVAL);
|
||||
|
Loading…
Reference in New Issue
Block a user