• rbultje's avatar
    Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. · 0d2d2743
    rbultje authored
    This function is called in rtsp.c for each a= line in the SDP of the Describe
    response after m= RTSP stream descriptors. The function prototype used to
    take an AVStream argument. For RDT, however, every RTSPStream represents
    a set of streams of identical content, and can thus represent multiple
    AVStreams. Therefore, it should not take an AVStream as argument. This
    patch modifies it to accept a AVFormatContext (of the RTSP/SDP demuxer)
    instead. See discussion in "[PATCH/RFC] change function prototype of
    parse_sdp_a_line" thread on ML.
    
    
    
    git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16024 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
    0d2d2743
rtsp.c 51.7 KB