• Ronald S. Bultje's avatar
    Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. · 7b2a0708
    Ronald S. Bultje 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.
    
    Originally committed as revision 16024 to svn://svn.ffmpeg.org/ffmpeg/trunk
    7b2a0708
Name
Last commit
Last update
doc Loading commit data...
ffpresets Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswscale Loading commit data...
tests Loading commit data...
tools Loading commit data...
vhook Loading commit data...
COPYING.GPL Loading commit data...
COPYING.LGPL Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
ffmpeg.c Loading commit data...
ffplay.c Loading commit data...
ffserver.c Loading commit data...
ffserver.h Loading commit data...
output_example.c Loading commit data...
subdir.mak Loading commit data...
version.sh Loading commit data...