rtpdec: Pass the sequence number to depacketizers
authorMartin Storsjö <martin@martin.st>
Mon, 10 Dec 2012 12:38:32 +0000 (14:38 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 21 Dec 2012 12:14:40 +0000 (14:14 +0200)
commit90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59
treece93cf089348b7be81dd4af2f38d35efb6be9325
parent0a0e340f5b8d9135540befcfa72dcf06e1a05cee
rtpdec: Pass the sequence number to depacketizers

This allows depacketizers to figure out if packets have been lost.

Signed-off-by: Martin Storsjö <martin@martin.st>
18 files changed:
libavformat/rdt.c
libavformat/rtpdec.c
libavformat/rtpdec.h
libavformat/rtpdec_amr.c
libavformat/rtpdec_asf.c
libavformat/rtpdec_formats.h
libavformat/rtpdec_h263.c
libavformat/rtpdec_h263_rfc2190.c
libavformat/rtpdec_h264.c
libavformat/rtpdec_jpeg.c
libavformat/rtpdec_latm.c
libavformat/rtpdec_mpeg4.c
libavformat/rtpdec_qcelp.c
libavformat/rtpdec_qdm2.c
libavformat/rtpdec_qt.c
libavformat/rtpdec_svq3.c
libavformat/rtpdec_vp8.c
libavformat/rtpdec_xiph.c