mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
udp: fix indention
This commit is contained in:
parent
25c32d082b
commit
f35761bca2
@ -518,7 +518,7 @@ static int udp_open(URLContext *h, const char *uri, int flags)
|
|||||||
fail:
|
fail:
|
||||||
if (udp_fd >= 0)
|
if (udp_fd >= 0)
|
||||||
closesocket(udp_fd);
|
closesocket(udp_fd);
|
||||||
av_fifo_free(s->fifo);
|
av_fifo_free(s->fifo);
|
||||||
av_free(s);
|
av_free(s);
|
||||||
return AVERROR(EIO);
|
return AVERROR(EIO);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user