]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggdec.h
avformat/mpegtsenc: Check data array size in mpegts_write_pmt()
[ffmpeg] / libavformat / oggdec.h
index c6214b3ba29d6b50ac944bda9b58ff6bab4201fc..231b58377046473eba468078fdcb592195ddc0a5 100644 (file)
@@ -85,6 +85,8 @@ struct ogg_stream {
     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 end_trimming; ///< set the number of packets to drop from the end
+    uint8_t *new_metadata;
+    unsigned int new_metadata_size;
     void *private;
 };