Commit 18b5744c authored by Ilkka Ollakka's avatar Ilkka Ollakka

x264: use int64_t instead int as delay

(cherry-picked from commit e0600d46)
parent 679e4e76
......@@ -714,7 +714,7 @@ struct encoder_sys_t
x264_param_t param;
#if X264_BUILD >= 83
int i_initial_delay;
int64_t i_initial_delay;
#else
mtime_t i_interpolated_dts;
#endif
......
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