]> git.sesse.net Git - ffmpeg/commitdiff
libx264: add forgotten ;
authorAnton Khirnov <anton@khirnov.net>
Fri, 21 Sep 2012 07:20:09 +0000 (09:20 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 21 Sep 2012 07:20:09 +0000 (09:20 +0200)
libavcodec/libx264.c

index 62815ced9262e580d9edd85b012ada3cb8c3277a..0db859419f0700b259aa4a604cb3cdd6e292cf2b 100644 (file)
@@ -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)