]> git.sesse.net Git - ffmpeg/commitdiff
examples/encoding.c: replace "this library" with "libavcodec" in doxy
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 9 Jul 2011 13:40:01 +0000 (15:40 +0200)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 9 Jul 2011 13:45:18 +0000 (15:45 +0200)
So it is more clear the context of the sentence.

doc/examples/encoding.c

index d201baeac48c8208046d4204de0d28d1364c0631..ff6fd2b4dfbf0676e90bc8243ba5d750c8ac49f1 100644 (file)
@@ -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
  */