cosmetics: vertical alignment
Originally committed as revision 17629 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b8222b3d9c
commit
83569729d4
@ -129,7 +129,7 @@ static int rpl_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
|||||||
// number usually isn't important.
|
// number usually isn't important.
|
||||||
// (The spec says that there exists some significance
|
// (The spec says that there exists some significance
|
||||||
// for the text in a few cases; samples needed.)
|
// 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
|
error |= read_line(pb, line, sizeof(line)); // movie name
|
||||||
av_metadata_set(&s->metadata, "title" , line);
|
av_metadata_set(&s->metadata, "title" , line);
|
||||||
error |= read_line(pb, line, sizeof(line)); // date/copyright
|
error |= read_line(pb, line, sizeof(line)); // date/copyright
|
||||||
|
Loading…
x
Reference in New Issue
Block a user