mirror of https://github.com/mpv-player/mpv
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:
parent
b7ad0227fb
commit
7342753348
|
@ -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') },
|
||||
|
|
Loading…
Reference in New Issue