avformat: add writeout_count statistic
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0138fe5656
commit
ad6a50c0ed
2 changed files with 10 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue