ffmpeg | branch: master | Gabriel Dume <[email protected]> | Sun Aug 17 16:19:38 2014 -0400| [dd35d451fbc34795a8d19ac6c281bed53c42a29b] | committer: Luca Barbato
doc: Change wrong term to avoid confusion A function declaration is the prototype. Signed-off-by: Luca Barbato <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dd35d451fbc34795a8d19ac6c281bed53c42a29b --- doc/developer.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer.texi b/doc/developer.texi index 1ffdff1..00e2b60 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -68,7 +68,7 @@ case AVLINK_STARTINIT: @end example @item -Braces in function declarations are written on the new line: +Braces in function definitions are written on the new line: @example const char *avfilter_configuration(void) @{ _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
