summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-01-11 10:28:22 -0300
committerAnton Khirnov <anton@khirnov.net>2023-02-09 15:35:14 +0100
commit9b8a398930df6606f6314b07c66605f44a8cb0eb (patch)
tree51a5ed13b869520c71adcb8c3a33255d2ec9e900 /libavformat/avio.h
parentadd33e370d241d947209c914de1bf062fe44d58e (diff)
downloadffmpeg-9b8a398930df6606f6314b07c66605f44a8cb0eb.tar.gz
avformat: remove FF_API_AVIOCONTEXT_WRITTEN
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 4bf6b1fbda..5f13e0622d 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -295,16 +295,6 @@ typedef struct AVIOContext {
*/
int ignore_boundary_point;
-#if FF_API_AVIOCONTEXT_WRITTEN
- /**
- * @deprecated field utilized privately by libavformat. For a public
- * statistic of how many bytes were written out, see
- * AVIOContext::bytes_written.
- */
- attribute_deprecated
- int64_t written;
-#endif
-
/**
* Maximum reached position before a backward seek in the write buffer,
* used keeping track of already written data for a later flush.