[FFmpeg-cvslog] ffprobe: add cosmetical empty line

Stefano Sabatini git at videolan.org
Fri Dec 13 09:46:51 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Dec 13 00:18:04 2013 +0100| [65a3429e7ac107dc05f8c65d93cd3a5ba6652eba] | committer: Stefano Sabatini

ffprobe: add cosmetical empty line

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=65a3429e7ac107dc05f8c65d93cd3a5ba6652eba
---

 ffprobe.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/ffprobe.c b/ffprobe.c
index 46c232e..8afe5cb 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -2381,6 +2381,7 @@ static int probe_file(WriterContext *wctx, const char *filename)
             writer_print_section_footer(wctx);
         CHECK_END;
     }
+
     if (do_show_programs) {
         ret = show_programs(wctx, fmt_ctx);
         CHECK_END;



More information about the ffmpeg-cvslog mailing list