projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c0a87
)
oggdec: fix faulty cleanup prototype
author
Luca Barbato
<lu_zero@gentoo.org>
Wed, 9 Jan 2013 19:49:34 +0000
(20:49 +0100)
committer
Reinhard 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
patch
|
blob
|
history
diff --git
a/libavformat/oggparsevorbis.c
b/libavformat/oggparsevorbis.c
index 0c26684dd2531834b1b9e20279242b0880ffbbdc..7ec7a9eaeb1edd9903038c4e8760c814dc5efa3f 100644
(file)
--- 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;