summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2013-01-04 16:05:51 +0100
committerLuca Barbato <lu_zero@gentoo.org>2013-01-06 17:59:54 +0100
commitd894f74762bc95310ba23f804b7ba8dffc8f6646 (patch)
tree6649c492be75bd2ce653d10c0932bc92de0a801d /libavformat/oggdec.h
parent89b51b570daa80e6e3790fcd449fe61fc5574e07 (diff)
oggdec: make sure the private parse data is cleaned up
Diffstat (limited to 'libavformat/oggdec.h')
-rw-r--r--libavformat/oggdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h
index bb7b345934..d11ff9f591 100644
--- a/libavformat/oggdec.h
+++ b/libavformat/oggdec.h
@@ -55,6 +55,7 @@ struct ogg_codec {
* Number of expected headers
*/
int nb_header;
+ void (*cleanup)(AVFormatContext *s, int idx);
};
struct ogg_stream {