From 6c4d4fa361c874993aa9fb58c44bed6a9fec45b7 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 19 Jul 2007 00:43:35 +0000 Subject: removed unused variable ti Originally committed as revision 9745 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index 46e3111031..dcb78c229d 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -849,7 +849,6 @@ static void do_video_stats(AVFormatContext *os, AVOutputStream *ost, { AVCodecContext *enc; int frame_number; - int64_t ti; double ti1, bitrate, avg_bitrate; /* this is executed just the first time do_video_stats is called */ @@ -861,7 +860,6 @@ static void do_video_stats(AVFormatContext *os, AVOutputStream *ost, } } - ti = INT64_MAX; enc = ost->st->codec; if (enc->codec_type == CODEC_TYPE_VIDEO) { frame_number = ost->frame_number; -- cgit v1.2.3