summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-10-30 17:56:57 +0100
committerDiego Biurrun <diego@biurrun.de>2011-11-02 10:42:54 +0100
commit124e28847b95a70724399c8473dd778b5c4c8ffc (patch)
tree79e76aac5b1a80d0a74702e47611e62cae6ed502 /libavcodec
parentd1dfcb082957b646d59388925fc20b7485da33cb (diff)
Remove some stray unnecessary ffmpeg references.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/dvbsub.c2
-rw-r--r--libavcodec/dvbsubdec.c2
-rw-r--r--libavcodec/dvdsub_parser.c2
-rw-r--r--libavcodec/dvdsubdec.c2
-rw-r--r--libavcodec/dvdsubenc.c2
-rw-r--r--libavcodec/h263.c2
-rw-r--r--libavcodec/indeo3.c2
-rw-r--r--libavcodec/indeo3data.h2
-rw-r--r--libavcodec/msmpeg4.c4
-rw-r--r--libavcodec/msmpeg4.h2
-rw-r--r--libavcodec/msmpeg4data.c2
-rw-r--r--libavcodec/msmpeg4data.h2
12 files changed, 13 insertions, 13 deletions
diff --git a/libavcodec/dvbsub.c b/libavcodec/dvbsub.c
index 713f91ed0c..4788d50cfe 100644
--- a/libavcodec/dvbsub.c
+++ b/libavcodec/dvbsub.c
@@ -1,5 +1,5 @@
/*
- * DVB subtitle encoding for ffmpeg
+ * DVB subtitle encoding
* Copyright (c) 2005 Fabrice Bellard
*
* This file is part of Libav.
diff --git a/libavcodec/dvbsubdec.c b/libavcodec/dvbsubdec.c
index aef2c08f30..aafc046d97 100644
--- a/libavcodec/dvbsubdec.c
+++ b/libavcodec/dvbsubdec.c
@@ -1,5 +1,5 @@
/*
- * DVB subtitle decoding for ffmpeg
+ * DVB subtitle decoding
* Copyright (c) 2005 Ian Caulfield
*
* This file is part of Libav.
diff --git a/libavcodec/dvdsub_parser.c b/libavcodec/dvdsub_parser.c
index e4c01e05cc..f46d1a452a 100644
--- a/libavcodec/dvdsub_parser.c
+++ b/libavcodec/dvdsub_parser.c
@@ -1,5 +1,5 @@
/*
- * DVD subtitle decoding for ffmpeg
+ * DVD subtitle decoding
* Copyright (c) 2005 Fabrice Bellard
*
* This file is part of Libav.
diff --git a/libavcodec/dvdsubdec.c b/libavcodec/dvdsubdec.c
index 776cb61ea7..ee9331cabe 100644
--- a/libavcodec/dvdsubdec.c
+++ b/libavcodec/dvdsubdec.c
@@ -1,5 +1,5 @@
/*
- * DVD subtitle decoding for ffmpeg
+ * DVD subtitle decoding
* Copyright (c) 2005 Fabrice Bellard
*
* This file is part of Libav.
diff --git a/libavcodec/dvdsubenc.c b/libavcodec/dvdsubenc.c
index 96f4321a2f..82d0608664 100644
--- a/libavcodec/dvdsubenc.c
+++ b/libavcodec/dvdsubenc.c
@@ -1,5 +1,5 @@
/*
- * DVD subtitle encoding for ffmpeg
+ * DVD subtitle encoding
* Copyright (c) 2005 Wolfram Gloger
*
* This file is part of Libav.
diff --git a/libavcodec/h263.c b/libavcodec/h263.c
index b3c93027ee..77a1bb828b 100644
--- a/libavcodec/h263.c
+++ b/libavcodec/h263.c
@@ -1,5 +1,5 @@
/*
- * H263/MPEG4 backend for ffmpeg encoder and decoder
+ * H263/MPEG4 backend for encoder and decoder
* Copyright (c) 2000,2001 Fabrice Bellard
* H263+ support.
* Copyright (c) 2001 Juan J. Sierralta P
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index d931f9fc45..96f8e273de 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -1,5 +1,5 @@
/*
- * Intel Indeo 3 (IV31, IV32, etc.) video decoder for ffmpeg
+ * Intel Indeo 3 (IV31, IV32, etc.) video decoder
* written, produced, and directed by Alan Smithee
*
* This file is part of Libav.
diff --git a/libavcodec/indeo3data.h b/libavcodec/indeo3data.h
index 334c3e0c97..e608a16119 100644
--- a/libavcodec/indeo3data.h
+++ b/libavcodec/indeo3data.h
@@ -1,5 +1,5 @@
/*
- * Intel Indeo 3 (IV31, IV32, etc.) video decoder for ffmpeg
+ * Intel Indeo 3 (IV31, IV32, etc.) video decoder
* written, produced, and directed by Alan Smithee
*
* This file is part of Libav.
diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c
index cfdfd8ef28..93191ccf10 100644
--- a/libavcodec/msmpeg4.c
+++ b/libavcodec/msmpeg4.c
@@ -1,5 +1,5 @@
/*
- * MSMPEG4 backend for ffmpeg encoder and decoder
+ * MSMPEG4 backend for encoder and decoder
* Copyright (c) 2001 Fabrice Bellard
* Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
*
@@ -24,7 +24,7 @@
/**
* @file
- * MSMPEG4 backend for ffmpeg encoder and decoder.
+ * MSMPEG4 backend for encoder and decoder
*/
#include "avcodec.h"
diff --git a/libavcodec/msmpeg4.h b/libavcodec/msmpeg4.h
index 9247accd48..77b1944205 100644
--- a/libavcodec/msmpeg4.h
+++ b/libavcodec/msmpeg4.h
@@ -1,5 +1,5 @@
/*
- * MSMPEG4 backend for ffmpeg encoder and decoder
+ * MSMPEG4 backend for encoder and decoder
* copyright (c) 2007 Aurelien Jacobs <aurel@gnuage.org>
*
* This file is part of Libav.
diff --git a/libavcodec/msmpeg4data.c b/libavcodec/msmpeg4data.c
index eeb812297d..6799a9ccd2 100644
--- a/libavcodec/msmpeg4data.c
+++ b/libavcodec/msmpeg4data.c
@@ -1,5 +1,5 @@
/*
- * MSMPEG4 backend for ffmpeg encoder and decoder
+ * MSMPEG4 backend for encoder and decoder
* copyright (c) 2001 Fabrice Bellard
* copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
*
diff --git a/libavcodec/msmpeg4data.h b/libavcodec/msmpeg4data.h
index bbb802e441..0907c7a295 100644
--- a/libavcodec/msmpeg4data.h
+++ b/libavcodec/msmpeg4data.h
@@ -1,5 +1,5 @@
/*
- * MSMPEG4 backend for ffmpeg encoder and decoder
+ * MSMPEG4 backend for encoder and decoder
* copyright (c) 2001 Fabrice Bellard
* copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
*