[FFmpeg-devel] [PATCH] avformat/avio: remove must_flush from AVIOContext
Marton Balint
cus at passwd.hu
Wed Nov 15 23:26:15 EET 2017
It is unused.
Signed-off-by: Marton Balint <cus at passwd.hu>
---
libavformat/avio.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 76ff7cd81e..75912ce6be 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -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;
--
2.13.6
More information about the ffmpeg-devel
mailing list