diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-09-21 04:03:51 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-21 04:03:51 +0200 |
commit | 358d837dad4e2fbe010553990383d0ca4d5937cf (patch) | |
tree | 034dd2f74909668c985f48edb3ebf6d907629d99 | |
parent | 7cb5def1f38d2d1d801c5425a6c79be425e40196 (diff) | |
download | ffmpeg-358d837dad4e2fbe010553990383d0ca4d5937cf.tar.gz |
prores: Add forgotten Copyright statements
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/proresdec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/proresdec.c b/libavcodec/proresdec.c index a27d5c4bd5..00eb38d1c6 100644 --- a/libavcodec/proresdec.c +++ b/libavcodec/proresdec.c @@ -1,4 +1,7 @@ /* + * Copyright (c) 2010-2011 Maxim Poliakovski + * Copyright (c) 2010-2011 Elvis Presley + * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or |