avformat: add writeout_count statistic
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user