mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-16 20:07:04 +00:00
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
@ -236,7 +236,6 @@ typedef struct AVIOContext {
|
|||||||
int (*write_packet)(void *opaque, uint8_t *buf, int buf_size);
|
int (*write_packet)(void *opaque, uint8_t *buf, int buf_size);
|
||||||
int64_t (*seek)(void *opaque, int64_t offset, int whence);
|
int64_t (*seek)(void *opaque, int64_t offset, int whence);
|
||||||
int64_t pos; /**< position in the file of the current buffer */
|
int64_t pos; /**< position in the file of the current buffer */
|
||||||
int must_flush; /**< unused */
|
|
||||||
int eof_reached; /**< true if eof reached */
|
int eof_reached; /**< true if eof reached */
|
||||||
int write_flag; /**< true if open for writing */
|
int write_flag; /**< true if open for writing */
|
||||||
int max_packet_size;
|
int max_packet_size;
|
||||||
|
Loading…
Reference in New Issue
Block a user