summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/tv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/tv.c b/stream/tv.c
index 93c50fb36a..2c930781bc 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -743,8 +743,6 @@ static demuxer_t* demux_open_tv(demuxer_t *demuxer)
if (tvh->tv_param->fps != -1.0f)
sh_video->fps = tvh->tv_param->fps;
- sh_video->frametime = 1.0f/sh_video->fps;
-
/* If playback only mode, go to immediate mode, fail silently */
if(tvh->tv_param->immediate == 1)
{