[FFmpeg-cvslog] drawutils: Reindent
Timothy Gu
git at videolan.org
Tue Oct 27 07:25:11 CET 2015
ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Mon Oct 26 23:24:30 2015 -0700| [852c4b3d42c716bd380112a7db56a2e6e3c62b70] | committer: Timothy Gu
drawutils: Reindent
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=852c4b3d42c716bd380112a7db56a2e6e3c62b70
---
libavfilter/drawutils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/drawutils.c b/libavfilter/drawutils.c
index 1724a82..3257192 100644
--- a/libavfilter/drawutils.c
+++ b/libavfilter/drawutils.c
@@ -210,8 +210,8 @@ void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4
if ((draw->desc->flags & AV_PIX_FMT_FLAG_RGB) &&
ff_fill_rgba_map(rgba_map, draw->format) >= 0) {
if (draw->nb_planes == 1) {
- for (i = 0; i < 4; i++)
- color->comp[0].u8[rgba_map[i]] = rgba[i];
+ for (i = 0; i < 4; i++)
+ color->comp[0].u8[rgba_map[i]] = rgba[i];
} else {
for (i = 0; i < 4; i++)
color->comp[rgba_map[i]].u8[0] = rgba[i];
More information about the ffmpeg-cvslog
mailing list