[FFmpeg-devel] [PATCH] developer.texi: replace "externally vissible" by public

Michael Niedermayer michaelni at gmx.at
Tue Feb 12 16:14:45 CET 2013


A lot is externally visible, for example in static libs
what the text means is intentionally public.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 doc/developer.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/developer.texi b/doc/developer.texi
index c11a5ef..b2a792e 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -165,7 +165,7 @@ prefix should be used, e.g. @samp{ff_w64_demuxer}.
 For variables and functions used internally across multiple libraries, use
 @code{avpriv_}. For example, @samp{avpriv_aac_parse_header}.
 @item
-For externally visible symbols, each library has its own prefix. Check
+For public symbols, each library has its own prefix. Check
 the existing code and choose names accordingly.
 @end itemize
 
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list