]> git.sesse.net Git - ffmpeg/commit
avformat/udp: modify the not write-only to read-only mode.
authorXuchen Su <xuchen.su@qq.com>
Tue, 26 Nov 2019 07:02:06 +0000 (15:02 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Mon, 20 Jan 2020 06:28:56 +0000 (14:28 +0800)
commit9faee5bc148fdf4d5340cdcf7e464078972dc72c
tree39a7837cb6b7a1e931994da1d86daaa04ee89d97
parentbc0bedf3c950fc5203d0d2b62019fb49edc48fb7
avformat/udp: modify the not write-only to read-only mode.

not write-only include read-write pseudo flag. so make the flag read-only

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
libavformat/udp.c