summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-11 19:21:45 +0200
committerwm4 <wm4@nowhere>2013-07-11 19:21:45 +0200
commita6706c41d8d89bc1a72dd21e215885e79a766db2 (patch)
tree972ce7787bd5b96c704e89dfe7d8553ad768da2b /stream/tv.c
parent6f6632b8dd9273a3cbc8e3e0d69e1d3dceed6f45 (diff)
downloadmpv-a6706c41d8d89bc1a72dd21e215885e79a766db2.tar.bz2
mpv-a6706c41d8d89bc1a72dd21e215885e79a766db2.tar.xz
video: eliminate frametime variable
Diffstat (limited to 'stream/tv.c')
-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)
{