You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
ogg: allow streams to update metadata
Signed-off-by: Ben Boeckel <mathstuf@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
129e24f78e
commit
7eb84f2c3b
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user