Re: [FFmpeg-devel] [PATCH] avformat/rtmpproto: increase hardcoded url/path lengths

2015-07-01 Thread Michael Niedermayer
On Wed, Jul 01, 2015 at 04:35:16PM +, Carl Eugen Hoyos wrote: > Paul B Mahol gmail.com> writes: > > > #define APP_MAX_LENGTH 1024 > > -#define PLAYPATH_MAX_LENGTH 256 > > -#define TCURL_MAX_LENGTH 512 > > +#define PLAYPATH_MAX_LENGTH 512 > > +#define TCURL_MAX_LENGTH 1024 > > Please mention

Re: [FFmpeg-devel] [PATCH] avformat/rtmpproto: increase hardcoded url/path lengths

2015-07-01 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > #define APP_MAX_LENGTH 1024 > -#define PLAYPATH_MAX_LENGTH 256 > -#define TCURL_MAX_LENGTH 512 > +#define PLAYPATH_MAX_LENGTH 512 > +#define TCURL_MAX_LENGTH 1024 Please mention ticket #4103 in the commit message. Carl Eugen __

[FFmpeg-devel] [PATCH] avformat/rtmpproto: increase hardcoded url/path lengths

2015-07-01 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/rtmpproto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c index 43ddfe8..0abeadc 100644 --- a/libavformat/rtmpproto.c +++ b/libavformat/rtmpproto.c @@ -49,8 +49,8 @@ #endif