cosmetic: alignment

Originally committed as revision 25869 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2010-12-04 00:44:42 +00:00
parent 87d69d3232
commit 908dc2a0b8
1 changed files with 1 additions and 1 deletions

View File

@ -86,5 +86,5 @@ AVOutputFormat ass_muxer = {
.write_header = write_header,
.write_packet = write_packet,
.write_trailer = write_trailer,
.flags = AVFMT_GLOBALHEADER | AVFMT_NOTIMESTAMPS
.flags = AVFMT_GLOBALHEADER | AVFMT_NOTIMESTAMPS,
};