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
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
__
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