]> granicus.if.org Git - libx264/commitdiff
Update copyright year in SEI header
authorHenrik Gramner <hengar-6@student.ltu.se>
Sat, 27 Mar 2010 00:57:23 +0000 (17:57 -0700)
committerFiona Glaser <fiona@x264.com>
Sat, 27 Mar 2010 19:47:37 +0000 (12:47 -0700)
encoder/set.c

index 41d5ae25374a6e4ebf157543b8a80823e6297b3c..03b707d2f9a951f7c2224917753050c4f38b0226 100644 (file)
@@ -554,7 +554,7 @@ int x264_sei_version_write( x264_t *h, bs_t *s )
     CHECKED_MALLOC( version, 200 + strlen( opts ) );
 
     sprintf( version, "x264 - core %d%s - H.264/MPEG-4 AVC codec - "
-             "Copyleft 2003-2009 - http://www.videolan.org/x264.html - options: %s",
+             "Copyleft 2003-2010 - http://www.videolan.org/x264.html - options: %s",
              X264_BUILD, X264_VERSION, opts );
     length = strlen(version)+1+16;