diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-09-21 09:20:09 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-09-21 09:20:09 +0200 |
commit | e52e4fe10d96da4ed26e2acbe3c1ab69485ed75d (patch) | |
tree | 737022c7887b7aa850bef57664d0048501b120b9 | |
parent | 87b017a298c12b9a2451276649f3932358b943fc (diff) | |
download | ffmpeg-e52e4fe10d96da4ed26e2acbe3c1ab69485ed75d.tar.gz |
libx264: add forgotten ;
-rw-r--r-- | libavcodec/libx264.c | 2 |
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) |