summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-09 15:40:01 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-09 15:45:18 +0200
commita7aabda267d6e2277ac8e234a603ebee3ede2fca (patch)
tree5a693d2242d827b040403245969f21f3d40a8b94 /doc
parentffe3856de7a5f18aba36b56a314aee48d7b7ac78 (diff)
examples/encoding.c: replace "this library" with "libavcodec" in doxy
So it is more clear the context of the sentence.
Diffstat (limited to 'doc')
-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
*/