summaryrefslogtreecommitdiff
path: root/libavcodec/nvdec_h264.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-10 21:06:58 -0300
committerJames Almer <jamrial@gmail.com>2017-11-10 21:06:58 -0300
commit27604549456282102eadbcb920b9a64775c683e1 (patch)
tree847f9064eac8604a5f3d51a6ce387e533afc9bc1 /libavcodec/nvdec_h264.c
parent1178babacaaad4e65fcb28af447afd586429c51a (diff)
avcodec/nvdec: fix copyright headers
Fixes fate-source. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/nvdec_h264.c')
-rw-r--r--libavcodec/nvdec_h264.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libavcodec/nvdec_h264.c b/libavcodec/nvdec_h264.c
index 4a6054089b..75dd4b2eb8 100644
--- a/libavcodec/nvdec_h264.c
+++ b/libavcodec/nvdec_h264.c
@@ -3,21 +3,21 @@
*
* Copyright (c) 2016 Anton Khirnov
*
- * This file is part of Libav.
+ * This file is part of FFmpeg.
*
- * Libav is free software; you can redistribute it and/or
+ * FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
- * Libav is distributed in the hope that it will be useful,
+ * FFmpeg is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with Libav; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ * License along with FFmpeg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdint.h>