diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2009-02-26 22:39:53 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2009-02-26 22:39:53 +0000 |
commit | 83569729d461d4a9465ad90d6a6e36eb2c358cb5 (patch) | |
tree | c6b92ed6bba81ec39af28fabad9466531e6dc686 | |
parent | b8222b3d9c20f1d1abe5b0ec4e7efd08b7332f41 (diff) | |
download | ffmpeg-83569729d461d4a9465ad90d6a6e36eb2c358cb5.tar.gz |
cosmetics: vertical alignment
Originally committed as revision 17629 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/rpl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rpl.c b/libavformat/rpl.c index 62efafbd4b..ad713ffada 100644 --- a/libavformat/rpl.c +++ b/libavformat/rpl.c @@ -129,7 +129,7 @@ static int rpl_read_header(AVFormatContext *s, AVFormatParameters *ap) // number usually isn't important. // (The spec says that there exists some significance // for the text in a few cases; samples needed.) - error |= read_line(pb, line , sizeof(line )); // ARMovie + error |= read_line(pb, line, sizeof(line)); // ARMovie error |= read_line(pb, line, sizeof(line)); // movie name av_metadata_set(&s->metadata, "title" , line); error |= read_line(pb, line, sizeof(line)); // date/copyright |