Commit 7a6beedd authored by Michael Niedermayer's avatar Michael Niedermayer

oggparsevorbis: fix vorbis_cleanup return type

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1700be58
......@@ -192,7 +192,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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment