diff options
author | Jason Garrett-Glaser <darkshikari@gmail.com> | 2010-07-23 21:42:35 +0000 |
---|---|---|
committer | Jason Garrett-Glaser <darkshikari@gmail.com> | 2010-07-23 21:42:35 +0000 |
commit | 13a1304bb324179cf07e6ae5f494dacf335ad6c9 (patch) | |
tree | c33f3d33551cd55e56f836597446fb75fac8e64b /libavcodec/vp8.c | |
parent | 414ac27d8fbc5e57b2c474f4dc24385a8dd6a8ac (diff) | |
download | ffmpeg-13a1304bb324179cf07e6ae5f494dacf335ad6c9.tar.gz |
Add myself to VP8 copyright and maintainers.
Also add Ronald to maintainers.
Originally committed as revision 24464 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp8.c')
-rw-r--r-- | libavcodec/vp8.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c index 284c976324..81447c4fd8 100644 --- a/libavcodec/vp8.c +++ b/libavcodec/vp8.c @@ -3,6 +3,7 @@ * * Copyright (C) 2010 David Conrad * Copyright (C) 2010 Ronald S. Bultje + * Copyright (C) 2010 Jason Garrett-Glaser * * This file is part of FFmpeg. * |