Commit 24be9128 authored by Jun Zhao's avatar Jun Zhao Committed by Jun Zhao

fftools/ffmpeg: Replace the number by macro for bprint init

Replace the number by macro for bprint init.
Signed-off-by: 's avatarJun Zhao <mypopydev@gmail.com>
parent 8331e591
......@@ -1689,7 +1689,7 @@ static void print_report(int is_last_report, int64_t timer_start, int64_t cur_ti
vid = 0;
av_bprint_init(&buf, 0, AV_BPRINT_SIZE_AUTOMATIC);
av_bprint_init(&buf_script, 0, 1);
av_bprint_init(&buf_script, 0, AV_BPRINT_SIZE_AUTOMATIC);
for (i = 0; i < nb_output_streams; i++) {
float q = -1;
ost = output_streams[i];
......
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