summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-08-19 14:50:40 +0000
committerMartin Storsjö <martin@martin.st>2010-08-19 14:50:40 +0000
commite55ebcc3f6cf1f00ffd56ef0f357dc8010c6e046 (patch)
tree494f6c1ebe0024fd87b48d2e3fcf22016d89324f /libavformat/internal.h
parentf9c399c4fd85ac140ea3b81d0eeb649df29ade3d (diff)
Move the definition of the maximum url size for static buffers to internal.h
Originally committed as revision 24833 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 1b33fb153a..9f91d33b15 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -24,6 +24,8 @@
#include <stdint.h>
#include "avformat.h"
+#define MAX_URL_SIZE 4096
+
typedef struct AVCodecTag {
enum CodecID id;
unsigned int tag;