[MPlayer-cvslog] r25090 - trunk/libmpdemux/demux_mf.c
reimar
subversion at mplayerhq.hu
Sun Nov 18 11:02:29 CET 2007
Author: reimar
Date: Sun Nov 18 11:02:28 2007
New Revision: 25090
Log:
100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table
Modified:
trunk/libmpdemux/demux_mf.c
Modified: trunk/libmpdemux/demux_mf.c
==============================================================================
--- trunk/libmpdemux/demux_mf.c (original)
+++ trunk/libmpdemux/demux_mf.c Sun Nov 18 11:02:28 2007
@@ -60,7 +60,7 @@ static int demux_mf_fill_buffer(demuxer_
static const struct {
const char *type;
- uint32_t *format;
+ uint32_t format;
} type2format[] = {
{ "bmp", mmioFOURCC('b', 'm', 'p', ' ') },
{ "jpeg", mmioFOURCC('I', 'J', 'P', 'G') },
More information about the MPlayer-cvslog
mailing list