mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
* static,const,compiler warning cleanup
Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cd66005dda
commit
5c91a6755b
27 changed files with 150 additions and 156 deletions
|
|
@ -68,7 +68,7 @@ struct AVFormatContext;
|
|||
|
||||
/* this structure contains the data a format has to probe a file */
|
||||
typedef struct AVProbeData {
|
||||
char *filename;
|
||||
const char *filename;
|
||||
unsigned char *buf;
|
||||
int buf_size;
|
||||
} AVProbeData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue