Re: [FFmpeg-devel] [PATCH] lscrdec: add copyright header

2021-03-04 Thread Paul B Mahol
Copyright goes above, not bellow: This file is part or FFmpeg. On Thu, Mar 4, 2021 at 10:05 AM Anton Khirnov wrote: > As requested by the author. > --- > libavcodec/lscrdec.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavcodec/lscrdec.c b/libavcodec/lscrdec.c > index e706dda9d

Re: [FFmpeg-devel] [PATCH] lscrdec: add copyright header

2021-03-04 Thread James Almer
On 3/4/2021 6:05 AM, Anton Khirnov wrote: As requested by the author. --- libavcodec/lscrdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/lscrdec.c b/libavcodec/lscrdec.c index e706dda9da..bb0cb6c7d6 100644 --- a/libavcodec/lscrdec.c +++ b/libavcodec/lscrdec.c @@ -1,6 +1,

[FFmpeg-devel] [PATCH] lscrdec: add copyright header

2021-03-04 Thread Anton Khirnov
As requested by the author. --- libavcodec/lscrdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/lscrdec.c b/libavcodec/lscrdec.c index e706dda9da..bb0cb6c7d6 100644 --- a/libavcodec/lscrdec.c +++ b/libavcodec/lscrdec.c @@ -1,6 +1,8 @@ /* * This file is part of FFmpeg. *