[FFmpeg-cvslog] ffprobe: fix weird align

Stefano Sabatini git at videolan.org
Tue Oct 18 18:59:23 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Oct 18 18:58:32 2011 +0200| [f4eeb000bf4b5bf2e2285973aa3ecd12633f3bf0] | committer: Stefano Sabatini

ffprobe: fix weird align

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

 ffprobe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ffprobe.c b/ffprobe.c
index d6c7093..52b33f8 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -817,7 +817,7 @@ static int probe_file(const char *filename)
 
     if (!print_format)
         print_format = av_strdup("default");
-    w_name  = av_strtok(print_format, "=", &buf);
+    w_name = av_strtok(print_format, "=", &buf);
     w_args = buf;
 
     w = writer_get_by_name(w_name);



More information about the ffmpeg-cvslog mailing list