summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/examples/encoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/encoding.c b/doc/examples/encoding.c
index d201baeac4..ff6fd2b4df 100644
--- a/doc/examples/encoding.c
+++ b/doc/examples/encoding.c
@@ -22,7 +22,7 @@
* @file
* libavcodec API use example.
*
- * Note that this library only handles codecs (mpeg, mpeg4, etc...),
+ * Note that libavcodec only handles codecs (mpeg, mpeg4, etc...),
* not file formats (avi, vob, etc...). See library 'libavformat' for the
* format handling
*/