From e52e4fe10d96da4ed26e2acbe3c1ab69485ed75d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 21 Sep 2012 09:20:09 +0200 Subject: libx264: add forgotten ; --- libavcodec/libx264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/libx264.c') diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index 62815ced92..0db859419f 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -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) -- cgit v1.2.3