]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
lavf: move AVStream.{nb_decoded_frames,mux_ts_offset} to AVStreamInternal
[ffmpeg] / libavformat / avformat.h
index d652be9ab9791a93f2aedc23285c45deb40e62b6..2b42fb7fad957a08f48a24f103d52b38e9d03a46 100644 (file)
@@ -1151,17 +1151,6 @@ typedef struct AVStream {
      */
     int64_t last_discard_sample;
 
-    /**
-     * Number of internally decoded frames, used internally in libavformat, do not access
-     * its lifetime differs from info which is why it is not in that structure.
-     */
-    int nb_decoded_frames;
-
-    /**
-     * Timestamp offset added to timestamps before muxing
-     */
-    int64_t mux_ts_offset;
-
     /**
      * An opaque field for libavformat internal usage.
      * Must not be accessed in any way by callers.