[FFmpeg-cvslog] r23836 - trunk/libavfilter/parseutils.c
stefano
subversion
Mon Jun 28 00:35:39 CEST 2010
Author: stefano
Date: Mon Jun 28 00:35:39 2010
New Revision: 23836
Log:
Reindent after the last commit.
Modified:
trunk/libavfilter/parseutils.c
Modified: trunk/libavfilter/parseutils.c
==============================================================================
--- trunk/libavfilter/parseutils.c Mon Jun 28 00:35:35 2010 (r23835)
+++ trunk/libavfilter/parseutils.c Mon Jun 28 00:35:39 2010 (r23836)
@@ -253,10 +253,10 @@ int av_parse_color(uint8_t *rgba_color,
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);
More information about the ffmpeg-cvslog
mailing list