diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-02 16:28:56 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-09 20:10:11 +0200 |
commit | 12392ffee5417884f79b8fa750f7abb7cee7bceb (patch) | |
tree | 2a26478db366fd010b35b79d3be21c9d1daa53c3 /libavcodec/hevc_ps.c | |
parent | 3524e82a08f10cf4ef3cbd8bb23b8513ff0f8916 (diff) | |
download | ffmpeg-12392ffee5417884f79b8fa750f7abb7cee7bceb.tar.gz |
avcodec/hevc_ps: Fix wrong copyright years
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/hevc_ps.c')
-rw-r--r-- | libavcodec/hevc_ps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c index 0a122a2d6c..f665d8053c 100644 --- a/libavcodec/hevc_ps.c +++ b/libavcodec/hevc_ps.c @@ -1,8 +1,8 @@ /* * HEVC Parameter Set decoding * - * Copyright (C) 2012 - 2103 Guillaume Martres - * Copyright (C) 2012 - 2103 Mickael Raulet + * Copyright (C) 2012 - 2013 Guillaume Martres + * Copyright (C) 2012 - 2013 Mickael Raulet * Copyright (C) 2012 - 2013 Gildas Cocherel * Copyright (C) 2013 Vittorio Giovara * |