Commit 40a335dc authored by alex's avatar alex

removed unused variable ti

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9745 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5b9b41c7
...@@ -849,7 +849,6 @@ static void do_video_stats(AVFormatContext *os, AVOutputStream *ost, ...@@ -849,7 +849,6 @@ static void do_video_stats(AVFormatContext *os, AVOutputStream *ost,
{ {
AVCodecContext *enc; AVCodecContext *enc;
int frame_number; int frame_number;
int64_t ti;
double ti1, bitrate, avg_bitrate; double ti1, bitrate, avg_bitrate;
/* this is executed just the first time do_video_stats is called */ /* 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, ...@@ -861,7 +860,6 @@ static void do_video_stats(AVFormatContext *os, AVOutputStream *ost,
} }
} }
ti = INT64_MAX;
enc = ost->st->codec; enc = ost->st->codec;
if (enc->codec_type == CODEC_TYPE_VIDEO) { if (enc->codec_type == CODEC_TYPE_VIDEO) {
frame_number = ost->frame_number; frame_number = ost->frame_number;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment