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:
07a1b05
)
Remove unused variable.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 15 Oct 2006 10:31:50 +0000
(10:31 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 15 Oct 2006 10:31:50 +0000
(10:31 +0000)
Originally committed as revision 6696 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/wv.c
patch
|
blob
|
history
diff --git
a/libavformat/wv.c
b/libavformat/wv.c
index 86b7a7bd9c203d32ac9c5e7f91a2ebfeac252ae5..2de07fe3fcf81508fdc32009a328843ff4e8be5c 100644
(file)
--- a/
libavformat/wv.c
+++ b/
libavformat/wv.c
@@
-162,7
+162,7
@@
static int wv_read_packet(AVFormatContext *s,
AVPacket *pkt)
{
WVContext *wc = s->priv_data;
- int ret
, samples
;
+ int ret;
if (url_feof(&s->pb))
return -EIO;