[FFmpeg-cvslog] avformat/avio: remove must_flush from AVIOContext

Marton Balint git at videolan.org
Mon Nov 20 23:04:05 EET 2017


ffmpeg | branch: master | Marton Balint <cus at passwd.hu> | Wed Nov 15 22:13:41 2017 +0100| [ca940ed2d5ad8b0f00d289f0216bb19f115bac85] | committer: Marton Balint

avformat/avio: remove must_flush from AVIOContext

It is unused.

Signed-off-by: Marton Balint <cus at passwd.hu>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca940ed2d5ad8b0f00d289f0216bb19f115bac85
---

 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;



More information about the ffmpeg-cvslog mailing list