[x264-devel] commit: Update x264 copyright date (Jason Garrett-Glaser )
git version control
git at videolan.org
Sat Mar 7 04:08:32 CET 2009
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Fri Mar 6 15:28:47 2009 -0800| [f3872178768cca2973f759c479e26f3ac35e55fe] | committer: Jason Garrett-Glaser
Update x264 copyright date
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=f3872178768cca2973f759c479e26f3ac35e55fe
---
encoder/set.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/encoder/set.c b/encoder/set.c
index 552df80..5ec1d66 100644
--- a/encoder/set.c
+++ b/encoder/set.c
@@ -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;
More information about the x264-devel
mailing list