]> git.sesse.net Git - ffmpeg/commit
rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer
authorMartin Storsjö <martin@martin.st>
Fri, 1 Oct 2010 17:43:27 +0000 (17:43 +0000)
committerMartin Storsjö <martin@martin.st>
Fri, 1 Oct 2010 17:43:27 +0000 (17:43 +0000)
commitad4ad27fb6d352a874d97d42ba95ae0b5cbfa860
tree3be53d41d26d0108c40ad39afc9425916139435b
parent96a7c9753e81ac1f2de12f3249ea7c001d50a3f7
rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer

Do the same change for ff_rdt_parse_packet, too, to keep the interfaces
similar.

Originally committed as revision 25289 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rdt.c
libavformat/rdt.h
libavformat/rtpdec.c
libavformat/rtpdec.h
libavformat/rtsp.c