mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01:00
Add a @todo item to use ByteIOContext instead of URLContext at some point in
the future, requested by Luca in "[PATCH] rtsp.c: read TCP server notifications/messages" thread. Originally committed as revision 18120 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8b9794e542
commit
9c610b7667
1 changed files with 2 additions and 0 deletions
|
|
@ -158,6 +158,8 @@ enum RTSPServerType {
|
|||
|
||||
/**
|
||||
* Private data for the RTSP demuxer.
|
||||
*
|
||||
* @todo Use ByteIOContext instead of URLContext
|
||||
*/
|
||||
typedef struct RTSPState {
|
||||
URLContext *rtsp_hd; /* RTSP TCP connexion handle */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue