[FFmpeg-cvslog] r25369 - trunk/libavformat/avio.c
cehoyos
subversion
Wed Oct 6 13:40:10 CEST 2010
Author: cehoyos
Date: Wed Oct 6 13:40:09 2010
New Revision: 25369
Log:
Remove unused variable.
Modified:
trunk/libavformat/avio.c
Modified: trunk/libavformat/avio.c
==============================================================================
--- trunk/libavformat/avio.c Wed Oct 6 13:18:43 2010 (r25368)
+++ trunk/libavformat/avio.c Wed Oct 6 13:40:09 2010 (r25369)
@@ -246,7 +246,6 @@ int url_read_complete(URLContext *h, uns
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 */
More information about the ffmpeg-cvslog
mailing list