Re: [libav-devel] [PATCH 06/21] mpegts: do not output known sized packet if an unbounded packet is already queued.

2011-05-12 Thread Luca Barbato
On 5/12/11 7:56 AM, Anton Khirnov wrote: Signed-off-by: Anton Khirnov --- libavformat/mpegts.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 3130eb9..e6779fe 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts

[libav-devel] [PATCH 06/21] mpegts: do not output known sized packet if an unbounded packet is already queued.

2011-05-11 Thread Anton Khirnov
From: Baptiste Coudurier Fix issue #2624. Signed-off-by: Anton Khirnov --- libavformat/mpegts.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 3130eb9..e6779fe 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegt