Commit c24bac21 authored by michael's avatar michael

Document AVCodec.flush()


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12539 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e48feef2
......@@ -2223,6 +2223,10 @@ typedef struct AVCodec {
*/
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment