Re: [libav-devel] [PATCH 1/3] prevent incorrect continuity count error messages from appearing for table PIDs

2011-09-08 Thread aviad rozenhek
On Thu, Sep 8, 2011 at 14:43, Luca Barbato wrote: > On 9/8/11 11:58 AM, avia...@gmail.com wrote: > >> From: Aviad Rozenhek >> > > looks ok, I'd rework a little more the commit message. > > basically on seek it resets all the pids not just those that contain pes, > isn'it > > lu > > ok, how about

Re: [libav-devel] [PATCH 1/3] prevent incorrect continuity count error messages from appearing for table PIDs

2011-09-08 Thread Luca Barbato
On 9/8/11 11:58 AM, avia...@gmail.com wrote: From: Aviad Rozenhek looks ok, I'd rework a little more the commit message. basically on seek it resets all the pids not just those that contain pes, isn'it lu ___ libav-devel mailing list libav-devel@

[libav-devel] [PATCH 1/3] prevent incorrect continuity count error messages from appearing for table PIDs

2011-09-08 Thread aviadr1
From: Aviad Rozenhek --- libavformat/mpegts.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index fa5bd4c..9636274 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -1411,12 +1411,14 @@ static int handle_pa