diff options
author | Clément Bœsch <u@pkh.me> | 2022-11-05 02:48:19 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2023-01-03 17:18:55 +0100 |
commit | 051926868c9d901d719c6a41ae7653f4190aae77 (patch) | |
tree | a338ef0e441aef91512f4dd3a57a2109e8485b1d /libavfilter/vf_paletteuse.c | |
parent | 3a4a6c78151ecde5535b82aeb62762b349d0a4d7 (diff) | |
download | ffmpeg-051926868c9d901d719c6a41ae7653f4190aae77.tar.gz |
avfilter/palette{gen,use}: update Copyright after recent changes
Diffstat (limited to 'libavfilter/vf_paletteuse.c')
-rw-r--r-- | libavfilter/vf_paletteuse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_paletteuse.c b/libavfilter/vf_paletteuse.c index 6c86acb60d..65c89ff0bf 100644 --- a/libavfilter/vf_paletteuse.c +++ b/libavfilter/vf_paletteuse.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2015 Stupeflix + * Copyright (c) 2022 Clément Bœsch <u pkh me> * * This file is part of FFmpeg. * |