]> granicus.if.org Git - libx264/commitdiff
Update x264 copyright date
authorFiona Glaser <fiona@x264.com>
Fri, 6 Mar 2009 23:28:47 +0000 (15:28 -0800)
committerFiona Glaser <fiona@x264.com>
Fri, 6 Mar 2009 23:28:47 +0000 (15:28 -0800)
encoder/set.c

index 552df80b1f2163bd01994939780928e874a3be2c..5ec1d66baded86b424c74c7007bfbe2ed556e362 100644 (file)
@@ -483,7 +483,7 @@ void x264_sei_version_write( x264_t *h, bs_t *s )
     int length;
 
     sprintf( version, "x264 - core %d%s - H.264/MPEG-4 AVC codec - "
-             "Copyleft 2003-2008 - http://www.videolan.org/x264.html - options: %s",
+             "Copyleft 2003-2009 - http://www.videolan.org/x264.html - options: %s",
              X264_BUILD, X264_VERSION, opts );
     length = strlen(version)+1+16;