summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <[email protected]>2013-06-02 11:22:40 +0200
committerMichael Niedermayer <[email protected]>2013-06-02 11:25:56 +0200
commita40370661dd02132f8867f0df2afe75eee470121 (patch)
treee942c429b49f9e584b204ab2f336cfa05f86b4d3
parent54ddbb477b786be1b90f54bc9aab36cd5babdf7d (diff)
use Kostyas full name in copyrights
This fixes 2 files that where not part of the original change See: de421b208578386bfb4416c67c9922877e670049 Signed-off-by: Michael Niedermayer <[email protected]>
-rw-r--r--libavcodec/arm/int_neon.S2
-rw-r--r--libavformat/wvenc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/arm/int_neon.S b/libavcodec/arm/int_neon.S
index 6b28a97af8..dea1ad51eb 100644
--- a/libavcodec/arm/int_neon.S
+++ b/libavcodec/arm/int_neon.S
@@ -1,6 +1,6 @@
/*
* ARM NEON optimised integer operations
- * Copyright (c) 2009 Kostya Shishkov
+ * Copyright (c) 2009 Konstantin Shishkov
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/wvenc.c b/libavformat/wvenc.c
index a1e462390c..b0d74caaec 100644
--- a/libavformat/wvenc.c
+++ b/libavformat/wvenc.c
@@ -1,6 +1,6 @@
/*
* WavPack muxer
- * Copyright (c) 2013 Kostya Shishkov <[email protected]>
+ * Copyright (c) 2013 Konstantin Shishkov <[email protected]>
* Copyright (c) 2012 Paul B Mahol
*
* This file is part of FFmpeg.