Commit e0600d46 authored by Ilkka Ollakka's avatar Ilkka Ollakka

x264: use int64_t instead int as delay

parent 2c383bfc
...@@ -699,7 +699,7 @@ struct encoder_sys_t ...@@ -699,7 +699,7 @@ struct encoder_sys_t
x264_t *h; x264_t *h;
x264_param_t param; x264_param_t param;
int i_initial_delay; int64_t i_initial_delay;
char *psz_stat_name; char *psz_stat_name;
}; };
......
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