Commit 3f3232a3 authored by Anton Khirnov's avatar Anton Khirnov

avconv: set the output stream timebase

This is required by the new API.
parent c9c1265c
......@@ -1972,6 +1972,8 @@ static int transcode_init(void)
"Error initializing the output stream codec context.\n");
exit_program(1);
}
ost->st->time_base = ost->enc_ctx->time_base;
}
/* init input streams */
......
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