Re: [FFmpeg-devel] [PATCH v4 2/7] lavf/rtp: replace linked list with array
On Sat, Feb 3, 2018 at 2:44 AM, Josh de Kock wrote: > --- > libavformat/allformats.c | 4 -- > libavformat/rdt.c| 9 +--- > libavformat/rdt.h| 5 -- > libavformat/rtpdec.c | 138 > ++- > libavformat/rtpdec.h | 25 +++-
[FFmpeg-devel] [PATCH v4 2/7] lavf/rtp: replace linked list with array
--- libavformat/allformats.c | 4 -- libavformat/rdt.c| 9 +--- libavformat/rdt.h| 5 -- libavformat/rtpdec.c | 138 ++- libavformat/rtpdec.h | 25 +++-- 5 files changed, 100 insertions(+), 81 deletions(-) diff --git a