diff options
author | JULIAN GARDNER <joolzg@btinternet.com> | 2011-06-03 16:08:16 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-06-03 19:41:15 +0200 |
commit | f35761bca20a96c74c3083459643046683a95e42 (patch) | |
tree | b103113e0a60ef9c9dff6f6fc3e07edd1afa7029 /libavformat | |
parent | 25c32d082b1ab4c3567c09f707e75c8ac582806c (diff) | |
download | ffmpeg-f35761bca20a96c74c3083459643046683a95e42.tar.gz |
udp: fix indention
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/udp.c b/libavformat/udp.c index 8c8c195fc4..7a01d29758 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); } |