diff 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
line wrap: on
line diff
--- a/rtsp.h	Mon Jul 27 12:36:22 2009 +0000
+++ b/rtsp.h	Mon Jul 27 14:00:10 2009 +0000
@@ -249,6 +249,10 @@
     //@{
     /** ASF demuxer context for the embedded ASF stream from WMS servers */
     AVFormatContext *asf_ctx;
+
+    /** cache for position of the asf demuxer, since we load a new
+     * data packet in the bytecontext for each incoming RTSP packet. */
+    uint64_t asf_pb_pos;
     //@}
 } RTSPState;