mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-02 22:17:01 +08:00
Remove unused variable.
Originally committed as revision 6696 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user