]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggdec.h
oggdec: add support for proper demuxing of chained Opus files and streams
[ffmpeg] / libavformat / oggdec.h
index 4a2b6ddee8ff02aaeb489467a6f6fe319606eacf..e2057c46f6a919bcd30a35baa8960ae16d8e5835 100644 (file)
@@ -84,6 +84,7 @@ struct ogg_stream {
     int got_start;
     int got_data;   ///< 1 if the stream got some data (non-initial packets), 0 otherwise
     int nb_header; ///< set to the number of parsed headers
+    int start_trimming; ///< set the number of packets to drop from the start
     int end_trimming; ///< set the number of packets to drop from the end
     uint8_t *new_metadata;
     unsigned int new_metadata_size;