Commit aa806158 authored by diego's avatar diego

Remove unused variable.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6696 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 58f4c79c
...@@ -162,7 +162,7 @@ static int wv_read_packet(AVFormatContext *s, ...@@ -162,7 +162,7 @@ static int wv_read_packet(AVFormatContext *s,
AVPacket *pkt) AVPacket *pkt)
{ {
WVContext *wc = s->priv_data; WVContext *wc = s->priv_data;
int ret, samples; int ret;
if (url_feof(&s->pb)) if (url_feof(&s->pb))
return -EIO; 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