On 24/09/13 11:26, Diego Biurrun wrote: > On Sat, Sep 21, 2013 at 09:45:34PM +0200, Luca Barbato wrote: >> --- a/libavformat/rtmpproto.c >> +++ b/libavformat/rtmpproto.c >> @@ -53,6 +53,7 @@ >> #define TCURL_MAX_LENGTH 512 >> #define FLASHVER_MAX_LENGTH 64 >> #define RTMP_PKTDATA_DEFAULT_SIZE 4096 >> +#define RTMP_HEADER 11 > > RTMP_HEADER_SIZE or RTMP_HEADER_LENGTH would be more intuitive. >
I picked this mostly because of the size, I'll reformat the code again soon and I'll rename the macros to uniformly use SIZE among the rest. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
