Re: [libav-devel] [PATCH 3/5] rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer

2013-01-18 Thread Luca Barbato
On 17/01/13 15:12, Martin Storsjö wrote: > This also adds checking of mallocs. > --- > libavformat/Makefile |1 + > libavformat/rtpdec.c | 40 +++ > libavformat/rtpdec_formats.h |2 ++ > libavformat/rtpdec_mpeg12.c | 62 > ++

[libav-devel] [PATCH 3/5] rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer

2013-01-17 Thread Martin Storsjö
This also adds checking of mallocs. --- libavformat/Makefile |1 + libavformat/rtpdec.c | 40 +++ libavformat/rtpdec_formats.h |2 ++ libavformat/rtpdec_mpeg12.c | 62 ++ 4 files changed, 69 insertions(+),