rtpdec: Support H263 in RFC 2190 format
authorMartin Storsjö <martin@martin.st>
Tue, 7 Feb 2012 14:15:26 +0000 (16:15 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 14 Feb 2012 18:05:31 +0000 (20:05 +0200)
commit08bddfcde5ebf47eec6b108e0909c70da6529331
tree7c8cf1fde05dda441d2fcecbd799f915ac3c1520
parent18d1d5886bb78e4d0e11a2a0193fda765e05805d
rtpdec: Support H263 in RFC 2190 format

This is different from the "modern" RTP payload formats for H263
as defined by RFC 4629, 2429 and 3555. According to the newer RFCs,
this old one is to be considered deprecated and only be used for
interoperating with legacy systems.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/Makefile
libavformat/rtpdec.c
libavformat/rtpdec_formats.h
libavformat/rtpdec_h263_rfc2190.c [new file with mode: 0644]