diff options
author | Clément Bœsch <u@pkh.me> | 2023-12-11 01:37:04 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2024-01-10 14:08:00 +0100 |
commit | 7af42088d78b2646638b0bea9def8e2cc49c27e9 (patch) | |
tree | e6a8faf7318d7ec5c0ae49d39649f9e4efa7b166 /libavcodec | |
parent | d269f841995b9ecc5d169090841c7541c18a9bb4 (diff) | |
download | ffmpeg-7af42088d78b2646638b0bea9def8e2cc49c27e9.tar.gz |
avcodec/proresenc_kostya: add Anatoliy copyright
Both encoders share a lot of code from both authors.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/proresenc_kostya.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/proresenc_kostya.c b/libavcodec/proresenc_kostya.c index d29faa0fe3..c32b734d53 100644 --- a/libavcodec/proresenc_kostya.c +++ b/libavcodec/proresenc_kostya.c @@ -1,6 +1,7 @@ /* * Apple ProRes encoder * + * Copyright (c) 2011 Anatoliy Wasserman * Copyright (c) 2012 Konstantin Shishkov * * This encoder appears to be based on Anatoliy Wassermans considering |