Commit 7973dd0b authored by David Conrad's avatar David Conrad

Indentation

Originally committed as revision 10317 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 967d815a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment