Commit ca940ed2 authored by Marton Balint's avatar Marton Balint

avformat/avio: remove must_flush from AVIOContext

It is unused.
Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
parent 7d88586e
......@@ -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;
......
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