Commit e52e4fe1 authored by Anton Khirnov's avatar Anton Khirnov

libx264: add forgotten ;

parent 87b017a2
......@@ -69,7 +69,7 @@ typedef struct X264Context {
int direct_pred;
int slice_max_size;
char *stats;
int nal_hrd
int nal_hrd;
} X264Context;
static void X264_log(void *p, int level, const char *fmt, va_list args)
......
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