mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Remove unused variable.
Originally committed as revision 6696 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
07a1b05e66
commit
827f056124
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user