avformat/avio: remove must_flush from AVIOContext
It is unused. Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
7d88586e47
commit
ca940ed2d5
1 changed files with 0 additions and 1 deletions
|
|
@ -236,7 +236,6 @@ typedef struct AVIOContext {
|
|||
int (*write_packet)(void *opaque, uint8_t *buf, int buf_size);
|
||||
int64_t (*seek)(void *opaque, int64_t offset, int whence);
|
||||
int64_t pos; /**< position in the file of the current buffer */
|
||||
int must_flush; /**< unused */
|
||||
int eof_reached; /**< true if eof reached */
|
||||
int write_flag; /**< true if open for writing */
|
||||
int max_packet_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue