diff internal.h @ 6390:27242bd0812c libavformat

Move the definition of the maximum url size for static buffers to internal.h
author mstorsjo
date Thu, 19 Aug 2010 14:50:40 +0000
parents 054de75e4a49
children 1f6088eaa469
line wrap: on
line diff
--- a/internal.h	Thu Aug 19 14:49:53 2010 +0000
+++ b/internal.h	Thu Aug 19 14:50:40 2010 +0000
@@ -24,6 +24,8 @@
 #include <stdint.h>
 #include "avformat.h"
 
+#define MAX_URL_SIZE 4096
+
 typedef struct AVCodecTag {
     enum CodecID id;
     unsigned int tag;