summaryrefslogtreecommitdiffstats
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2017-11-15 22:13:41 +0100
committerMarton Balint <cus@passwd.hu>2017-11-20 21:41:38 +0100
commitca940ed2d5ad8b0f00d289f0216bb19f115bac85 (patch)
treed34bfe28ec8edeb8c3999e5a3bb99e97a90bd44c /libavformat/avio.h
parent7d88586e4728e97349f98e07ff782bb168ab96c3 (diff)
downloadffmpeg-streaming-ca940ed2d5ad8b0f00d289f0216bb19f115bac85.zip
ffmpeg-streaming-ca940ed2d5ad8b0f00d289f0216bb19f115bac85.tar.gz
avformat/avio: remove must_flush from AVIOContext
It is unused. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 76ff7cd..75912ce 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;
OpenPOWER on IntegriCloud