diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-07-19 00:43:35 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-07-19 00:43:35 +0000 |
commit | 6c4d4fa361c874993aa9fb58c44bed6a9fec45b7 (patch) | |
tree | 26f982f8140cf03d4020e0bbe6c41716299502ee /ffmpeg.c | |
parent | 9c8d9f251ea9ea5f85f546a82b62bd6e540335a0 (diff) | |
download | ffmpeg-6c4d4fa361c874993aa9fb58c44bed6a9fec45b7.tar.gz |
removed unused variable ti
Originally committed as revision 9745 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |