comparison avformat.h @ 64:b0e0eb595e29 libavformat

* static,const,compiler warning cleanup
author kabi
date Mon, 10 Feb 2003 09:35:32 +0000
parents fb671d87824e
children a58a8a53eb46
comparison
equal deleted inserted replaced
63:8329ba7cbd01 64:b0e0eb595e29
66 66
67 struct AVFormatContext; 67 struct AVFormatContext;
68 68
69 /* this structure contains the data a format has to probe a file */ 69 /* this structure contains the data a format has to probe a file */
70 typedef struct AVProbeData { 70 typedef struct AVProbeData {
71 char *filename; 71 const char *filename;
72 unsigned char *buf; 72 unsigned char *buf;
73 int buf_size; 73 int buf_size;
74 } AVProbeData; 74 } AVProbeData;
75 75
76 #define AVPROBE_SCORE_MAX 100 76 #define AVPROBE_SCORE_MAX 100