[SCM] libav/experimental: Doxygenize the comments for the av_free_static() function.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:56:46 UTC 2013


The following commit has been merged in the experimental branch:
commit 8079a686c3ac6809e455bf710b09a3ce2ae7774d
Author: Panagiotis Issaris <takis.issaris at uhasselt.be>
Date:   Thu Feb 22 19:12:40 2007 +0000

    Doxygenize the comments for the av_free_static() function.
    
    Originally committed as revision 8085 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index bf9fd61..b65022f 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2902,8 +2902,8 @@ void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size);
 /* for static data only */
 
 /**
- * free all static arrays and reset pointers to 0.
- * call av_free_static to release all staticaly allocated tables
+ * Frees all static arrays and reset their pointers to 0.
+ * Call this function to release all statically allocated tables.
  */
 void av_free_static(void);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list