[SCM] libav/experimental: Fix doxies, use third person and phrase-ending dots.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:53:42 UTC 2013


The following commit has been merged in the experimental branch:
commit 2be414c8dee911744268341b5bd94b9e6a96f67c
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Tue Oct 27 22:12:20 2009 +0000

    Fix doxies, use third person and phrase-ending dots.
    
    Originally committed as revision 20391 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index dd34395..2b3d1b5 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -556,10 +556,10 @@ void avfilter_end_frame(AVFilterLink *link);
  */
 void avfilter_draw_slice(AVFilterLink *link, int y, int h);
 
-/** Initialize the filter system. Registers all builtin filters */
+/** Initializes the filter system. Registers all builtin filters. */
 void avfilter_register_all(void);
 
-/** Uninitialize the filter system. Unregisters all filters */
+/** Uninitializes the filter system. Unregisters all filters. */
 void avfilter_uninit(void);
 
 /**

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list