Signed-off-by: Stephan Holljes <klaxa1...@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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to