summaryrefslogtreecommitdiffstats
path: root/demux/demux_mf.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux_mf.c')
-rw-r--r--demux/demux_mf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/demux/demux_mf.c b/demux/demux_mf.c
index 491a91bccf..7465ddeae8 100644
--- a/demux/demux_mf.c
+++ b/demux/demux_mf.c
@@ -219,7 +219,6 @@ static demuxer_t* demux_open_mf(demuxer_t* demuxer){
sh_video->disp_w = 0;
sh_video->disp_h = 0;
sh_video->fps = mf_fps;
- sh_video->frametime = 1 / sh_video->fps;
mf->sh = sh_video;
demuxer->priv=(void*)mf;