Mercurial > libavformat.hg
changeset 915:89942933975a libavformat
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
author | diego |
---|---|
date | Wed, 25 Jan 2006 22:10:13 +0000 |
parents | ef25e246c7f2 |
children | 061718a23581 |
files | utils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Wed Jan 25 17:14:16 2006 +0000 +++ b/utils.c Wed Jan 25 22:10:13 2006 +0000 @@ -3223,7 +3223,7 @@ AVImageFormat *fmt, int (*alloc_cb)(void *, AVImageInfo *info), void *opaque) { - char buf[PROBE_BUF_SIZE]; + uint8_t buf[PROBE_BUF_SIZE]; AVProbeData probe_data, *pd = &probe_data; offset_t pos; int ret;