diff rtsp.h @ 3960:13e9b0d3a314 libavformat

Implement a RTSPTransport field, which allows proper separation of server types and their non-standard extensions, and the data they serve. Practically, this patch allows Real servers to serve normal non-RDT (standard RTP) data. See discussion on ML in "Realmedia patch" thread.
author rbultje
date Tue, 30 Sep 2008 13:26:20 +0000
parents 9f943bb755f9
children 0ebf63d12ea4
line wrap: on
line diff
--- a/rtsp.h	Tue Sep 30 13:23:33 2008 +0000
+++ b/rtsp.h	Tue Sep 30 13:26:20 2008 +0000
@@ -50,6 +50,7 @@
     int server_port_min, server_port_max; /**< RTP ports */
     int ttl; /**< ttl value */
     uint32_t destination; /**< destination IP address */
+    int transport;
     enum RTSPLowerTransport lower_transport;
 } RTSPTransportField;