On Tue, 24 Sep 2013, Luca Barbato wrote:

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 think FLV_HEADER_SIZE would be better, since this is an flv header, not an rtmp header.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to