1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

Doxy for reset_codec()

This commit is contained in:
Mashiat Sarker Shakkhar
2011-11-12 16:04:35 +06:00
parent 3e4901b24e
commit d47782df26

View 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) static void reset_codec(WmallDecodeCtx *s)
{ {
int ich, ilms; int ich, ilms;