100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25090 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-11-18 10:02:28 +00:00
parent b7ad0227fb
commit 7342753348
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ static int demux_mf_fill_buffer(demuxer_t *demuxer, demux_stream_t *ds){
static const struct {
const char *type;
uint32_t *format;
uint32_t format;
} type2format[] = {
{ "bmp", mmioFOURCC('b', 'm', 'p', ' ') },
{ "jpeg", mmioFOURCC('I', 'J', 'P', 'G') },