summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-09-21 09:20:09 +0200
committerAnton Khirnov <anton@khirnov.net>2012-09-21 09:20:09 +0200
commite52e4fe10d96da4ed26e2acbe3c1ab69485ed75d (patch)
tree737022c7887b7aa850bef57664d0048501b120b9 /libavcodec/libx264.c
parent87b017a298c12b9a2451276649f3932358b943fc (diff)
libx264: add forgotten ;
Diffstat (limited to 'libavcodec/libx264.c')
-rw-r--r--libavcodec/libx264.c2
1 files changed, 1 insertions, 1 deletions
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)