From a6706c41d8d89bc1a72dd21e215885e79a766db2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 11 Jul 2013 19:21:45 +0200 Subject: video: eliminate frametime variable --- stream/tv.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'stream') 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) { -- cgit v1.2.3