OSDN Git Service

Doxy for reset_codec()
authorMashiat Sarker Shakkhar <shahriman_ams@yahoo.com>
Sat, 12 Nov 2011 10:04:35 +0000 (16:04 +0600)
committerMashiat Sarker Shakkhar <shahriman_ams@yahoo.com>
Sun, 20 Nov 2011 08:51:40 +0000 (14:51 +0600)
libavcodec/wmalosslessdec.c

index 39cb27e..8d5202e 100644 (file)
@@ -756,6 +756,9 @@ static void clear_codec_buffers(WmallDecodeCtx *s)
     }
 }
 
+/**
+ *@brief Resets filter parameters and transient area at new seekable tile
+ */
 static void reset_codec(WmallDecodeCtx *s)
 {
     int ich, ilms;