• Ronald S. Bultje's avatar
    Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument · 1a45a9f4
    Ronald S. Bultje authored
    to the parse_packet() function pointer in RTPDynamicProtocolHandlers. This
    allows these functions to peek back and retrieve values from the demuxer's
    context (or RTSPState). The ASF/RTP payload parser will use this to be able
    to parse SDP values (which occur even before the payload ID is given), store
    them in the RTSPState and then retrieve them while parsing payload data. See
    "[PATCH] RTSP-MS 13/15: add RTSP demuxer AVFormatContext to parse_packet()
    function pointer (was: transport context)" mailinglist thread.
    
    Originally committed as revision 17015 to svn://svn.ffmpeg.org/ffmpeg/trunk
    1a45a9f4
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...