comparison rtsp.h @ 5111:aa0edc246bca libavformat

Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See discussion in "[PATCH] RTSP-MS 14/15: ASF packet parsing" thread on mailinglist.
author rbultje
date Mon, 27 Jul 2009 14:00:10 +0000
parents 4c39baa3dfbf
children 85e0a9761818
comparison
equal deleted inserted replaced
5110:147adb327b84 5111:aa0edc246bca
247 247
248 /** The following are used for RTP/ASF streams */ 248 /** The following are used for RTP/ASF streams */
249 //@{ 249 //@{
250 /** ASF demuxer context for the embedded ASF stream from WMS servers */ 250 /** ASF demuxer context for the embedded ASF stream from WMS servers */
251 AVFormatContext *asf_ctx; 251 AVFormatContext *asf_ctx;
252
253 /** cache for position of the asf demuxer, since we load a new
254 * data packet in the bytecontext for each incoming RTSP packet. */
255 uint64_t asf_pb_pos;
252 //@} 256 //@}
253 } RTSPState; 257 } RTSPState;
254 258
255 /** 259 /**
256 * Describes a single stream, as identified by a single m= line block in the 260 * Describes a single stream, as identified by a single m= line block in the