[FFmpeg-cvslog] avconv: remove trailing whitespace

Michael Niedermayer git at videolan.org
Sat Aug 13 14:30:05 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Aug 13 14:27:06 2011 +0200| [36e0585a0000743f1ca85d4987ba4c26696b1df9] | committer: Michael Niedermayer

avconv: remove trailing whitespace

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/avconv.c b/avconv.c
index b663972..360d451 100644
--- a/avconv.c
+++ b/avconv.c
@@ -3614,7 +3614,7 @@ static int opt_streamid(const char *opt, const char *arg)
         exit_program(1);
     }
     *p++ = '\0';
-    idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, MAX_STREAMS-1);    
+    idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, MAX_STREAMS-1);
     streamid_map = grow_array(streamid_map, sizeof(*streamid_map), &nb_streamid_map, idx+1);
     streamid_map[idx] = parse_number_or_die(opt, p, OPT_INT, 0, INT_MAX);
     return 0;



More information about the ffmpeg-cvslog mailing list