[FFmpeg-cvslog] Doxy for reset_codec()

Mashiat Sarker Shakkhar git at videolan.org
Sun Nov 20 16:01:43 CET 2011


ffmpeg | branch: master | Mashiat Sarker Shakkhar <shahriman_ams at yahoo.com> | Sat Nov 12 16:04:35 2011 +0600| [d47782df26d23126d9b50c8819f152a478b0ef14] | committer: Mashiat Sarker Shakkhar

Doxy for reset_codec()

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d47782df26d23126d9b50c8819f152a478b0ef14
---

 libavcodec/wmalosslessdec.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c
index 39cb27e..8d5202e 100644
--- a/libavcodec/wmalosslessdec.c
+++ b/libavcodec/wmalosslessdec.c
@@ -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;



More information about the ffmpeg-cvslog mailing list