Re: [libav-devel] [PATCH] rtpenc: Fix setting the max packet size

2012-02-29 Thread Luca Barbato
On 29/02/12 13:51, Martin Storsjö wrote: > This fixes cases where the user had specified one desired MTU > via an option, and the protocol indicates another one. Looks fine for me =) lu -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero ___

[libav-devel] [PATCH] rtpenc: Fix setting the max packet size

2012-02-29 Thread Martin Storsjö
This fixes cases where the user had specified one desired MTU via an option, and the protocol indicates another one. --- libavformat/rtpenc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/rtpenc.c b/libavformat/rtpenc.c index f559eb8..41d5843 100644 --- a/li