summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2014-08-23 19:39:22 +0000
committerPaul B Mahol <onemda@gmail.com>2014-08-24 11:05:42 +0000
commit6dfa70f272d7ede75d45991c907dd93c50be1690 (patch)
treed9ecb715dfa3a4a0ed69239510b177ede3a55220 /libavformat
parentb73b36bfa5ed6440e689ab5a1f8199c6186a6c79 (diff)
Correct few "ffmpeg" typos
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/4xm.c2
-rw-r--r--libavformat/electronicarts.c2
-rw-r--r--libavformat/flic.c2
-rw-r--r--libavformat/idcin.c2
-rw-r--r--libavformat/idroqdec.c2
-rw-r--r--libavformat/ipmovie.c2
-rw-r--r--libavformat/matroska.c2
-rw-r--r--libavformat/matroska.h2
-rw-r--r--libavformat/psxstr.c2
-rw-r--r--libavformat/segafilm.c2
-rw-r--r--libavformat/sierravmd.c2
-rw-r--r--libavformat/wc3movie.c2
-rw-r--r--libavformat/westwood_aud.c2
-rw-r--r--libavformat/westwood_vqa.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/libavformat/4xm.c b/libavformat/4xm.c
index daf389dc26..240e5a40ea 100644
--- a/libavformat/4xm.c
+++ b/libavformat/4xm.c
@@ -1,6 +1,6 @@
/*
* 4X Technologies .4xm File Demuxer (no muxer)
- * Copyright (c) 2003 The ffmpeg Project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c
index 9000f7f605..d6a396b1ef 100644
--- a/libavformat/electronicarts.c
+++ b/libavformat/electronicarts.c
@@ -1,5 +1,5 @@
/* Electronic Arts Multimedia File Demuxer
- * Copyright (c) 2004 The ffmpeg Project
+ * Copyright (c) 2004 The FFmpeg Project
* Copyright (c) 2006-2008 Peter Ross
*
* This file is part of FFmpeg.
diff --git a/libavformat/flic.c b/libavformat/flic.c
index 7235f2e188..f5e9e84c47 100644
--- a/libavformat/flic.c
+++ b/libavformat/flic.c
@@ -1,6 +1,6 @@
/*
* FLI/FLC Animation File Demuxer
- * Copyright (c) 2003 The ffmpeg Project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/idcin.c b/libavformat/idcin.c
index b2623e8628..d7a46a17fd 100644
--- a/libavformat/idcin.c
+++ b/libavformat/idcin.c
@@ -1,6 +1,6 @@
/*
* id Quake II CIN File Demuxer
- * Copyright (c) 2003 The ffmpeg Project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/idroqdec.c b/libavformat/idroqdec.c
index db678d65e8..76bb3924b1 100644
--- a/libavformat/idroqdec.c
+++ b/libavformat/idroqdec.c
@@ -1,6 +1,6 @@
/*
* id RoQ (.roq) File Demuxer
- * Copyright (c) 2003 The ffmpeg Project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/ipmovie.c b/libavformat/ipmovie.c
index aa8f543e50..01e70e858f 100644
--- a/libavformat/ipmovie.c
+++ b/libavformat/ipmovie.c
@@ -1,6 +1,6 @@
/*
* Interplay MVE File Demuxer
- * Copyright (c) 2003 The ffmpeg Project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index d281ef4fd5..88e709b836 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -1,6 +1,6 @@
/*
* Matroska common data
- * Copyright (c) 2003-2004 The ffmpeg Project
+ * Copyright (c) 2003-2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/matroska.h b/libavformat/matroska.h
index e01b9de220..99f1c804ac 100644
--- a/libavformat/matroska.h
+++ b/libavformat/matroska.h
@@ -1,6 +1,6 @@
/*
* Matroska constants
- * Copyright (c) 2003-2004 The ffmpeg Project
+ * Copyright (c) 2003-2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c
index dc49170e7c..fd50e549ae 100644
--- a/libavformat/psxstr.c
+++ b/libavformat/psxstr.c
@@ -1,6 +1,6 @@
/*
* Sony Playstation (PSX) STR File Demuxer
- * Copyright (c) 2003 The ffmpeg Project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/segafilm.c b/libavformat/segafilm.c
index 6b3ad52446..b0f0c4eb7a 100644
--- a/libavformat/segafilm.c
+++ b/libavformat/segafilm.c
@@ -1,6 +1,6 @@
/*
* Sega FILM Format (CPK) Demuxer
- * Copyright (c) 2003 The ffmpeg Project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/sierravmd.c b/libavformat/sierravmd.c
index 9bd42b4e78..2046f91bca 100644
--- a/libavformat/sierravmd.c
+++ b/libavformat/sierravmd.c
@@ -1,6 +1,6 @@
/*
* Sierra VMD Format Demuxer
- * Copyright (c) 2004 The ffmpeg Project
+ * Copyright (c) 2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/wc3movie.c b/libavformat/wc3movie.c
index a60f128172..7bd09e3f17 100644
--- a/libavformat/wc3movie.c
+++ b/libavformat/wc3movie.c
@@ -1,6 +1,6 @@
/*
* Wing Commander III Movie (.mve) File Demuxer
- * Copyright (c) 2003 The ffmpeg Project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/westwood_aud.c b/libavformat/westwood_aud.c
index f2bd3a130e..52868752dc 100644
--- a/libavformat/westwood_aud.c
+++ b/libavformat/westwood_aud.c
@@ -1,6 +1,6 @@
/*
* Westwood Studios AUD Format Demuxer
- * Copyright (c) 2003 The ffmpeg Project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavformat/westwood_vqa.c b/libavformat/westwood_vqa.c
index 2a988ad390..c827fcd88b 100644
--- a/libavformat/westwood_vqa.c
+++ b/libavformat/westwood_vqa.c
@@ -1,6 +1,6 @@
/*
* Westwood Studios VQA Format Demuxer
- * Copyright (c) 2003 The ffmpeg Project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*