[FFmpeg-cvslog] libx264: add forgotten ;

Anton Khirnov git at videolan.org
Fri Sep 21 14:48:53 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri Sep 21 09:20:09 2012 +0200| [e52e4fe10d96da4ed26e2acbe3c1ab69485ed75d] | committer: Anton Khirnov

libx264: add forgotten ;

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e52e4fe10d96da4ed26e2acbe3c1ab69485ed75d
---

 libavcodec/libx264.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index 62815ce..0db8594 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)



More information about the ffmpeg-cvslog mailing list