From a7aabda267d6e2277ac8e234a603ebee3ede2fca Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 9 Jul 2011 15:40:01 +0200 Subject: [PATCH] examples/encoding.c: replace "this library" with "libavcodec" in doxy So it is more clear the context of the sentence. --- doc/examples/encoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */