Commit 827f0561 authored by Diego Biurrun's avatar Diego Biurrun

Remove unused variable.

Originally committed as revision 6696 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 07a1b05e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment