diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-09 15:40:01 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-09 15:45:18 +0200 |
commit | a7aabda267d6e2277ac8e234a603ebee3ede2fca (patch) | |
tree | 5a693d2242d827b040403245969f21f3d40a8b94 | |
parent | ffe3856de7a5f18aba36b56a314aee48d7b7ac78 (diff) | |
download | ffmpeg-a7aabda267d6e2277ac8e234a603ebee3ede2fca.tar.gz |
examples/encoding.c: replace "this library" with "libavcodec" in doxy
So it is more clear the context of the sentence.
-rw-r--r-- | doc/examples/encoding.c | 2 |
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 */ |