]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Add url_get_file_handle(), which is used to get the file descriptor
authorrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 3 Mar 2009 17:04:51 +0000 (17:04 +0000)
committerrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 3 Mar 2009 17:04:51 +0000 (17:04 +0000)
commit737e1ff5c6f96dd59d086df0976c02081611631e
treeb19b19dc5e7c7a47d8540befa3e3a95fb21a09d4
parent26f8e2a9f6d7efc7d1b2936fc632e1130eb3992a
Add url_get_file_handle(), which is used to get the file descriptor
associated with the I/O handle (e.g. the fd returned by open()). See
"[RFC] rtsp.c EOF support" thread.

There were previously some URI-specific implementations of the same idea,
e.g. rtp_get_file_handles() and udp_get_file_handle(). All of these are
deprecated by this patch and will be removed at the next major API bump.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17779 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavformat/avio.c
libavformat/avio.h
libavformat/file.c
libavformat/http.c
libavformat/rtpdec.h
libavformat/rtpproto.c
libavformat/rtsp.c
libavformat/tcp.c
libavformat/udp.c