[FFmpeg-cvslog] oggdec: fix faulty cleanup prototype

Luca Barbato git at videolan.org
Thu Jan 10 13:02:41 CET 2013


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Wed Jan  9 20:49:34 2013 +0100| [fba8e5b608577fc660989d0057a55818254a3744] | committer: Luca Barbato

oggdec: fix faulty cleanup prototype

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fba8e5b608577fc660989d0057a55818254a3744
---

 libavformat/oggparsevorbis.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/oggparsevorbis.c b/libavformat/oggparsevorbis.c
index fbe6c4f..bb41b52 100644
--- a/libavformat/oggparsevorbis.c
+++ b/libavformat/oggparsevorbis.c
@@ -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;



More information about the ffmpeg-cvslog mailing list