mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Indentation
Originally committed as revision 10317 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
967d815ae5
commit
7973dd0bf1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user