changeset 25062:25ee4d06a2df

100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table
author reimar
date Sun, 18 Nov 2007 10:02:28 +0000
parents 1f0eb7aa3206
children 29260745e4fa
files libmpdemux/demux_mf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_mf.c	Sun Nov 18 08:24:30 2007 +0000
+++ b/libmpdemux/demux_mf.c	Sun Nov 18 10:02:28 2007 +0000
@@ -60,7 +60,7 @@
 
 static const struct {
   const char *type;
-  uint32_t *format;
+  uint32_t format;
 } type2format[] = {
   { "bmp",  mmioFOURCC('b', 'm', 'p', ' ') },
   { "jpeg", mmioFOURCC('I', 'J', 'P', 'G') },