comparison 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
comparison
equal deleted inserted replaced
6389:054de75e4a49 6390:27242bd0812c
21 #ifndef AVFORMAT_INTERNAL_H 21 #ifndef AVFORMAT_INTERNAL_H
22 #define AVFORMAT_INTERNAL_H 22 #define AVFORMAT_INTERNAL_H
23 23
24 #include <stdint.h> 24 #include <stdint.h>
25 #include "avformat.h" 25 #include "avformat.h"
26
27 #define MAX_URL_SIZE 4096
26 28
27 typedef struct AVCodecTag { 29 typedef struct AVCodecTag {
28 enum CodecID id; 30 enum CodecID id;
29 unsigned int tag; 31 unsigned int tag;
30 } AVCodecTag; 32 } AVCodecTag;