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

github.com/mpc-hc/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 20:56:57 +0400
committerDiego Biurrun <diego@biurrun.de>2011-11-02 13:42:54 +0400
commit124e28847b95a70724399c8473dd778b5c4c8ffc (patch)
tree79e76aac5b1a80d0a74702e47611e62cae6ed502 /libavfilter/vf_drawtext.c
parentd1dfcb082957b646d59388925fc20b7485da33cb (diff)
Remove some stray unnecessary ffmpeg references.
Diffstat (limited to 'libavfilter/vf_drawtext.c')
-rw-r--r--libavfilter/vf_drawtext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c
index fe884a05b6..c145874fa2 100644
--- a/libavfilter/vf_drawtext.c
+++ b/libavfilter/vf_drawtext.c
@@ -22,7 +22,7 @@
/**
* @file
- * drawtext filter, based on the original FFmpeg vhook/drawtext.c
+ * drawtext filter, based on the original vhook/drawtext.c
* filter by Gustavo Sverzut Barbieri
*/