oggdec: fix faulty cleanup prototype
authorLuca Barbato <lu_zero@gentoo.org>
Wed, 9 Jan 2013 19:49:34 +0000 (20:49 +0100)
committerReinhard Tartler <siretart@tauware.de>
Wed, 24 Apr 2013 19:01:14 +0000 (21:01 +0200)
(cherry picked from commit fba8e5b608577fc660989d0057a55818254a3744)

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
libavformat/oggparsevorbis.c

index 0c26684dd2531834b1b9e20279242b0880ffbbdc..7ec7a9eaeb1edd9903038c4e8760c814dc5efa3f 100644 (file)
@@ -188,7 +188,7 @@ fixup_vorbis_headers(AVFormatContext * as, struct oggvorbis_private *priv,
     return offset;
 }
 
-static int vorbis_cleanup(AVFormatContext *s, int idx)
+static void vorbis_cleanup(AVFormatContext *s, int idx)
 {
     struct ogg *ogg = s->priv_data;
     struct ogg_stream *os = ogg->streams + idx;