Mercurial > libavcodec.hg
changeset 6521:bac421a6c4da libavcodec
Document AVCodec.flush()
author | michael |
---|---|
date | Fri, 21 Mar 2008 11:40:05 +0000 |
parents | c7b922e9477e |
children | dfa76e0734e5 |
files | avcodec.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Fri Mar 21 11:35:32 2008 +0000 +++ b/avcodec.h Fri Mar 21 11:40:05 2008 +0000 @@ -2223,6 +2223,10 @@ */ int capabilities; struct AVCodec *next; + /** + * Flush buffers. + * Will be called when seeking + */ void (*flush)(AVCodecContext *); const AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0} const enum PixelFormat *pix_fmts; ///array of supported pixel formats, or NULL if unknown, array is terminanted by -1