comparison rpl.c @ 4598:8c9ba1c9bcbc libavformat

cosmetics: vertical alignment
author aurel
date Thu, 26 Feb 2009 22:39:53 +0000
parents ff780d8f1bbc
children 536e5527c1e0
comparison
equal deleted inserted replaced
4597:ff780d8f1bbc 4598:8c9ba1c9bcbc
127 // containing the various header fields. The fields are always 127 // containing the various header fields. The fields are always
128 // in the same order, and other text besides the first 128 // in the same order, and other text besides the first
129 // number usually isn't important. 129 // number usually isn't important.
130 // (The spec says that there exists some significance 130 // (The spec says that there exists some significance
131 // for the text in a few cases; samples needed.) 131 // for the text in a few cases; samples needed.)
132 error |= read_line(pb, line , sizeof(line )); // ARMovie 132 error |= read_line(pb, line, sizeof(line)); // ARMovie
133 error |= read_line(pb, line, sizeof(line)); // movie name 133 error |= read_line(pb, line, sizeof(line)); // movie name
134 av_metadata_set(&s->metadata, "title" , line); 134 av_metadata_set(&s->metadata, "title" , line);
135 error |= read_line(pb, line, sizeof(line)); // date/copyright 135 error |= read_line(pb, line, sizeof(line)); // date/copyright
136 av_metadata_set(&s->metadata, "copyright", line); 136 av_metadata_set(&s->metadata, "copyright", line);
137 error |= read_line(pb, line, sizeof(line)); // author and other 137 error |= read_line(pb, line, sizeof(line)); // author and other