summaryrefslogtreecommitdiffstats
path: root/demux/mf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/mf.h')
-rw-r--r--demux/mf.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/demux/mf.h b/demux/mf.h
index bcf758db5b..ac239a2122 100644
--- a/demux/mf.h
+++ b/demux/mf.h
@@ -22,14 +22,13 @@
extern double mf_fps;
extern char * mf_type;
-typedef struct
-{
- struct sh_video *sh;
- int curr_frame;
- int nr_of_files;
- char ** names;
- // optional
- struct stream **streams;
+typedef struct mf {
+ struct sh_video *sh;
+ int curr_frame;
+ int nr_of_files;
+ char ** names;
+ // optional
+ struct stream **streams;
} mf_t;
mf_t* open_mf_pattern(char * filename);