1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

oggdec: make sure the private parse data is cleaned up

This commit is contained in:
Luca Barbato
2013-01-04 16:05:51 +01:00
parent 89b51b570d
commit d894f74762
3 changed files with 16 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ struct ogg_codec {
* Number of expected headers
*/
int nb_header;
void (*cleanup)(AVFormatContext *s, int idx);
};
struct ogg_stream {