X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Foggdec.h;h=e2057c46f6a919bcd30a35baa8960ae16d8e5835;hb=8296443a70f052a6f5c9a867d28b83a5eb7d304d;hp=4a2b6ddee8ff02aaeb489467a6f6fe319606eacf;hpb=5c1aafff2d844b177b0b20db4a38d8460992558b;p=ffmpeg diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index 4a2b6ddee8f..e2057c46f6a 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -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;