[FFmpeg-devel] [PATCH] RTSP-MS 13/15: transport context

Ronald S. Bultje rsbultje
Tue Jan 6 06:17:25 CET 2009


Hi,

this patch adds a "parent class" to RTPDemuxContext and
RDTDemuxContext, called transport_context, which contains the only
shared structure between the two: the RTSP AVFormatContext. I need
that for my next patch to be able to retrieve the ASF demuxer's
AVFormatContext from the RTSPState (in the RTSP
AVFormatContext->priv_data) so I can call ASF demuxer functions in the
RTP payload parsing function.

Ronald
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtsp-transport-context.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090106/66d7c11e/attachment.txt>



More information about the ffmpeg-devel mailing list