Browse Source

oggdec: fix faulty cleanup prototype

tags/n1.2
Luca Barbato 13 years ago
parent
commit
fba8e5b608
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/oggparsevorbis.c

+ 1
- 1
libavformat/oggparsevorbis.c View File

@@ -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;


Loading…
Cancel
Save