diff options
author | David Conrad <lessen42@gmail.com> | 2007-09-05 00:23:21 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2007-09-05 00:23:21 +0000 |
commit | 7973dd0bf1711f4b90a27d1f136abad24d9c5e33 (patch) | |
tree | 5ea2f2b2c6ff97a6b51739bee44227d930981334 /libavformat/matroskaenc.c | |
parent | 967d815ae53d8b75589400ea15afd5dfd602cab6 (diff) | |
download | ffmpeg-7973dd0bf1711f4b90a27d1f136abad24d9c5e33.tar.gz |
Indentation
Originally committed as revision 10317 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroskaenc.c')
-rw-r--r-- | libavformat/matroskaenc.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index 3ded87a5d4..2c43e86007 100644 --- a/libavformat/matroskaenc.c +++ b/libavformat/matroskaenc.c @@ -39,12 +39,12 @@ typedef struct mkv_seekhead { } mkv_seekhead; typedef struct MatroskaMuxContext { - offset_t segment; - offset_t segment_offset; - offset_t cluster; - uint64_t cluster_pts; - offset_t duration_offset; - uint64_t duration; + offset_t segment; + offset_t segment_offset; + offset_t cluster; + uint64_t cluster_pts; + offset_t duration_offset; + uint64_t duration; mkv_seekhead *main_seekhead; mkv_seekhead *cluster_seekhead; } MatroskaMuxContext; |