[FFmpeg-cvslog] r17629 - trunk/libavformat/rpl.c
aurel
subversion
Thu Feb 26 23:39:54 CET 2009
Author: aurel
Date: Thu Feb 26 23:39:53 2009
New Revision: 17629
Log:
cosmetics: vertical alignment
Modified:
trunk/libavformat/rpl.c
Modified: trunk/libavformat/rpl.c
==============================================================================
--- trunk/libavformat/rpl.c Thu Feb 26 23:38:46 2009 (r17628)
+++ trunk/libavformat/rpl.c Thu Feb 26 23:39:53 2009 (r17629)
@@ -129,7 +129,7 @@ static int rpl_read_header(AVFormatConte
// 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
More information about the ffmpeg-cvslog
mailing list