|
|
@ -137,8 +137,6 @@ static int64_t nb_frames_drop = 0; |
|
|
|
static int64_t decode_error_stat[2]; |
|
|
|
static int64_t decode_error_stat[2]; |
|
|
|
unsigned nb_output_dumped = 0; |
|
|
|
unsigned nb_output_dumped = 0; |
|
|
|
|
|
|
|
|
|
|
|
int want_sdp = 1; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static BenchmarkTimeStamps current_time; |
|
|
|
static BenchmarkTimeStamps current_time; |
|
|
|
AVIOContext *progress_avio = NULL; |
|
|
|
AVIOContext *progress_avio = NULL; |
|
|
|
|
|
|
|
|
|
|
@ -4513,7 +4511,7 @@ static int64_t getmaxrss(void) |
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv) |
|
|
|
int main(int argc, char **argv) |
|
|
|
{ |
|
|
|
{ |
|
|
|
int i, ret; |
|
|
|
int ret; |
|
|
|
BenchmarkTimeStamps ti; |
|
|
|
BenchmarkTimeStamps ti; |
|
|
|
|
|
|
|
|
|
|
|
init_dynload(); |
|
|
|
init_dynload(); |
|
|
@ -4549,11 +4547,6 @@ int main(int argc, char **argv) |
|
|
|
exit_program(1); |
|
|
|
exit_program(1); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
for (i = 0; i < nb_output_files; i++) { |
|
|
|
|
|
|
|
if (strcmp(output_files[i]->format->name, "rtp")) |
|
|
|
|
|
|
|
want_sdp = 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
current_time = ti = get_benchmark_time_stamps(); |
|
|
|
current_time = ti = get_benchmark_time_stamps(); |
|
|
|
if (transcode() < 0) |
|
|
|
if (transcode() < 0) |
|
|
|
exit_program(1); |
|
|
|
exit_program(1); |
|
|
|