Commit 0ada32c3 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Remove unused variable.

Originally committed as revision 25369 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fe5feaeb
......@@ -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 */
......
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