avformat: add writeout_count statistic

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-04-08 13:21:34 +02:00
parent 0138fe5656
commit ad6a50c0ed
2 changed files with 10 additions and 1 deletions

View file

@ -140,6 +140,12 @@ typedef struct AVIOContext {
* This field is internal to libavformat and access from outside is not allowed.
*/
int seek_count;
/**
* writeout statistic
* This field is internal to libavformat and access from outside is not allowed.
*/
int writeout_count;
} AVIOContext;
/* unbuffered I/O */