diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-03-04 10:02:49 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-03-08 09:31:04 +0100 |
commit | 781fc06f8e096d273d56cffb6a182da23f96e3c2 (patch) | |
tree | d6cf3023c9877194528ab4c6f4284f0c0c893972 | |
parent | 2644a5d4183d7cc5899c601cc24be92fafbbaec9 (diff) | |
download | ffmpeg-781fc06f8e096d273d56cffb6a182da23f96e3c2.tar.gz |
lscrdec: add copyright header
As requested by the author.
-rw-r--r-- | libavcodec/lscrdec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/lscrdec.c b/libavcodec/lscrdec.c index e706dda9da..f5cfe1fa04 100644 --- a/libavcodec/lscrdec.c +++ b/libavcodec/lscrdec.c @@ -1,4 +1,6 @@ /* + * Copyright (c) 2019 Paul B Mahol + * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or |