[libav-devel] [PATCH 1/2] mpegts: Fix typo in handling sections in the PMT.

2011-12-19 Thread Alex Converse
This was an error rebasing 4682a1dc3aa2554ad7077f5db32d0f2d598d018e for commit. The "pes" variable guaranteed to be NULL in that block. --- libavformat/mpegts.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index ca01003..2356

Re: [libav-devel] [PATCH 1/2] mpegts: Fix typo in handling sections in the PMT.

2011-12-19 Thread Martin Storsjö
On Mon, 19 Dec 2011, Alex Converse wrote: This was an error rebasing 4682a1dc3aa2554ad7077f5db32d0f2d598d018e for commit. The "pes" variable guaranteed to be NULL in that block. --- libavformat/mpegts.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/mpegts.c