Re: [FFmpeg-devel] [PATCH 1/2] rtpdec: add a trace when jitter buffer is full

2015-09-15 Thread Michael Niedermayer
On Mon, Sep 14, 2015 at 02:02:16PM -0400, Eloi BAIL wrote: > This commit adds an error trace when jitter buffer > is full. It helps to understand leading decoding issues. > > Signed-off-by: Eloi BAIL > --- > libavformat/rtpdec.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavf

[FFmpeg-devel] [PATCH 1/2] rtpdec: add a trace when jitter buffer is full

2015-09-14 Thread Eloi BAIL
This commit adds an error trace when jitter buffer is full. It helps to understand leading decoding issues. Signed-off-by: Eloi BAIL --- libavformat/rtpdec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c index fee9547..225b77e 100644 --- a/lib