[FFmpeg-cvslog] udp: fix indention
JULIAN GARDNER
git at videolan.org
Fri Jun 3 19:46:11 CEST 2011
ffmpeg | branch: master | JULIAN GARDNER <joolzg at btinternet.com> | Fri Jun 3 16:08:16 2011 +0200| [f35761bca20a96c74c3083459643046683a95e42] | committer: Michael Niedermayer
udp: fix indention
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f35761bca20a96c74c3083459643046683a95e42
---
libavformat/udp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/udp.c b/libavformat/udp.c
index 8c8c195..7a01d29 100644
--- a/libavformat/udp.c
+++ b/libavformat/udp.c
@@ -518,7 +518,7 @@ static int udp_open(URLContext *h, const char *uri, int flags)
fail:
if (udp_fd >= 0)
closesocket(udp_fd);
- av_fifo_free(s->fifo);
+ av_fifo_free(s->fifo);
av_free(s);
return AVERROR(EIO);
}
More information about the ffmpeg-cvslog
mailing list