Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-10-30 21:02:42 +0400
committerDiego Biurrun <diego@biurrun.de>2011-11-02 13:42:55 +0400
commit2f5df0b12caea699ba85efa1fdb54fd0b57b4cfd (patch)
tree861355be8a653081a7ea52b43597d5329d50ef5c /libavcodec/mace.c
parent20566eb0f0e3b0f538bcf68fca42e67afaa0dec6 (diff)
Replace ffmpeg references with more accurate libav* references.
Diffstat (limited to 'libavcodec/mace.c')
-rw-r--r--libavcodec/mace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mace.c b/libavcodec/mace.c
index bf7c3319eb..5e870a2d2e 100644
--- a/libavcodec/mace.c
+++ b/libavcodec/mace.c
@@ -27,7 +27,7 @@
#include "avcodec.h"
/*
- * Adapted to ffmpeg by Francois Revol <revol@free.fr>
+ * Adapted to libavcodec by Francois Revol <revol@free.fr>
* (removed 68k REG stuff, changed types, added some statics and consts,
* libavcodec api, context stuff, interlaced stereo out).
*/