Re: [FFmpeg-devel] [PATCH 2/2] rtpdec: inform jitter buffer size

2015-09-15 Thread Michael Niedermayer
On Mon, Sep 14, 2015 at 02:02:17PM -0400, Eloi BAIL wrote: > This commit print as AV_LOG_INFO the jitter buffer > size. It might be the default value or the value set by application. > > Signed-off-by: Eloi BAIL > --- > libavformat/rtpdec.c | 4 > 1 file changed, 4 insertions(+) > > diff -

[FFmpeg-devel] [PATCH 2/2] rtpdec: inform jitter buffer size

2015-09-14 Thread Eloi BAIL
This commit print as AV_LOG_INFO the jitter buffer size. It might be the default value or the value set by application. Signed-off-by: Eloi BAIL --- libavformat/rtpdec.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c index 225b77e..de01403 100