[FFmpeg-cvslog] r23828 - trunk/libavformat/avio.c
mstorsjo
subversion
Sun Jun 27 19:51:17 CEST 2010
Author: mstorsjo
Date: Sun Jun 27 19:51:17 2010
New Revision: 23828
Log:
Remove an unused label, fixing a warning
Patch by Eli Friedman, eli dot friedman at gmail
Modified:
trunk/libavformat/avio.c
Modified: trunk/libavformat/avio.c
==============================================================================
--- trunk/libavformat/avio.c Sun Jun 27 19:33:52 2010 (r23827)
+++ trunk/libavformat/avio.c Sun Jun 27 19:51:17 2010 (r23828)
@@ -209,7 +209,6 @@ int url_open(URLContext **puc, const cha
ret = url_connect(*puc);
if (!ret)
return 0;
- fail:
url_close(*puc);
*puc = NULL;
return ret;
More information about the ffmpeg-cvslog
mailing list