summaryrefslogtreecommitdiffstats
path: root/edl.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-03 23:34:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-03 23:34:38 +0000
commita535f7bfca1bec440cec45f4201494755ed2440b (patch)
tree465d992915ffc6780b14157b4b1571dfd36fa242 /edl.h
parentbcdf7c0b3dc61a09e0cd83d553bd21dc0f266d04 (diff)
downloadmpv-a535f7bfca1bec440cec45f4201494755ed2440b.tar.bz2
mpv-a535f7bfca1bec440cec45f4201494755ed2440b.tar.xz
the great MPlayer tab removal: part II
some extra indentation fixes are put in as a bonus git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31134 b3059339-0415-0410-9bf9-f77b7e298cf2
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;