summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.c
diff options
context:
space:
mode:
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)