[FFmpeg-devel] [PATCH 03/10] ffserver.c: Fix indentation (replace tabs by spaces)
Stephan Holljes
klaxa1337 at googlemail.com
Mon May 28 21:27:04 EEST 2018
Signed-off-by: Stephan Holljes <klaxa1337 at googlemail.com>
---
ffserver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffserver.c b/ffserver.c
index 4bbf254..66bf7ac 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -154,7 +154,7 @@ void *read_thread(void *arg)
publisher_push_segment(info->pub, seg);
av_log(NULL, AV_LOG_DEBUG, "New segment pushed.\n");
publish(info->pub);
- av_log(NULL, AV_LOG_DEBUG, "Published new segment.\n");
+ av_log(NULL, AV_LOG_DEBUG, "Published new segment.\n");
}
segment_init(&seg, ifmt_ctx);
seg->id = id++;
--
2.16.2
More information about the ffmpeg-devel
mailing list