OSDN Git Service

rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer
authorMartin Storsjö <martin@martin.st>
Thu, 17 Jan 2013 13:08:03 +0000 (15:08 +0200)
committerMartin Storsjö <martin@martin.st>
Sun, 20 Jan 2013 16:20:22 +0000 (18:20 +0200)
commita9c847c1baff09f954b12c1dcc832b4f601f6f6e
treeaf804d2e2a1c6a22dc48aeb82d09c536e14c8c8c
parent2326558d5277ec87ba6d607a01ec6acfc51c694c
rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer

This also adds checking of mallocs.

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