summaryrefslogtreecommitdiffstats
path: root/edl.h
diff options
context:
space:
mode:
Diffstat (limited to 'edl.h')
-rw-r--r--edl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/edl.h b/edl.h
index f7f8b81122..8160acb952 100644
--- a/edl.h
+++ b/edl.h
@@ -28,12 +28,12 @@
#define EDL_MUTE_END 0
struct edl_record {
- float start_sec;
- float stop_sec;
- float length_sec;
- short action;
- struct edl_record* next;
- struct edl_record* prev;
+ float start_sec;
+ float stop_sec;
+ float length_sec;
+ short action;
+ struct edl_record* next;
+ struct edl_record* prev;
};
typedef struct edl_record* edl_record_ptr;