OSDN Git Service

rtpdec: Allow allocating and freeing the private data without explicit functions
authorMartin Storsjö <martin@martin.st>
Mon, 23 Feb 2015 19:57:33 +0000 (21:57 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 24 Feb 2015 14:23:37 +0000 (16:23 +0200)
commite72605f80bf5cbe32053a554ccc137e0a99cf3dd
treef9d69244ad2c164cafc60a0ff627fff258ab259b
parent2b982e92f42a6e661d90b12b6592cd13cae496d4
rtpdec: Allow allocating and freeing the private data without explicit functions

This can reduce the amount of boilerplate in simple depacketizers.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpdec.h
libavformat/rtsp.c