Mercurial > libavformat.hg
changeset 4598:8c9ba1c9bcbc libavformat
cosmetics: vertical alignment
author | aurel |
---|---|
date | Thu, 26 Feb 2009 22:39:53 +0000 |
parents | ff780d8f1bbc |
children | d80ca49779b1 |
files | rpl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rpl.c Thu Feb 26 22:38:46 2009 +0000 +++ b/rpl.c Thu Feb 26 22:39:53 2009 +0000 @@ -129,7 +129,7 @@ // 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