X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Foggdec.h;h=2a22946099e7f29033a31e60f31da624d16740a7;hb=db1ba2213f70ad958ba4ec961042ea5a9e52fc9f;hp=febf8cb6426ea27694ba403f321ce1f1bc83faf5;hpb=bb3420d88e71ee9bb04166467dde3056ff3aa2b6;p=ffmpeg diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index febf8cb6426..2a22946099e 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 {