mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Remove unused variable.
Originally committed as revision 25369 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fe5feaeb76
commit
0ada32c373
@ -246,7 +246,6 @@ int url_read_complete(URLContext *h, unsigned char *buf, int size)
|
||||
|
||||
int url_write(URLContext *h, const unsigned char *buf, int size)
|
||||
{
|
||||
int ret;
|
||||
if (!(h->flags & (URL_WRONLY | URL_RDWR)))
|
||||
return AVERROR(EIO);
|
||||
/* avoid sending too big packets */
|
||||
|
Loading…
Reference in New Issue
Block a user