]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio.h
avcodec/crystalhd: Switch to the new generic filtering mechanism
[ffmpeg] / libavformat / avio.h
index 6f4ed8440d684e03e70fd296849b76d216d6fbbb..525eb7129eb5b5a5a2a8dc015275526b9b25a0cb 100644 (file)
@@ -327,6 +327,8 @@ typedef struct AVIOContext {
      * This is current internal only, do not use from outside.
      */
     int (*short_seek_get)(void *opaque);
+
+    int64_t written;
 } AVIOContext;
 
 /**