[FFmpeg-cvslog] oggdec: fix faulty cleanup prototype

Luca Barbato git at videolan.org
Sun Oct 6 19:06:16 CEST 2013


ffmpeg | branch: release/0.7 | Luca Barbato <lu_zero at gentoo.org> | Wed Jan  9 20:49:34 2013 +0100| [053c19cd88b64a7e66231a41a4d81898aef1b6dd] | committer: Reinhard Tartler

oggdec: fix faulty cleanup prototype

(cherry picked from commit fba8e5b608577fc660989d0057a55818254a3744)

Signed-off-by: Reinhard Tartler <siretart at tauware.de>

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

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

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



More information about the ffmpeg-cvslog mailing list