]> git.sesse.net Git - ffmpeg/commit
avformat/udp: remove setting cancel state from the TX thread
authorMarton Balint <cus@passwd.hu>
Sun, 26 Jan 2020 20:11:53 +0000 (21:11 +0100)
committerMarton Balint <cus@passwd.hu>
Sun, 2 Feb 2020 18:04:42 +0000 (19:04 +0100)
commitc2b6493bf7ccbd34c2b28c53093fa6902673a8cd
tree9a939b0b2fb70d479193d01b3a8827d23ff0b76d
parentfcc9f13717c8c3fe08ca5caf957c39e76ea35e4f
avformat/udp: remove setting cancel state from the TX thread

Write mode does not use cancellation.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/udp.c