]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggdec.h
lavf: use avpriv_find_pix_fmt instead of ff_
[ffmpeg] / libavformat / oggdec.h
index febf8cb6426ea27694ba403f321ce1f1bc83faf5..2a22946099e7f29033a31e60f31da624d16740a7 100644 (file)
@@ -55,6 +55,7 @@ struct ogg_codec {
      * Number of expected headers
      */
     int nb_header;
+    void (*cleanup)(AVFormatContext *s, int idx);
 };
 
 struct ogg_stream {