view libmpdemux/mf.h @ 6187:50858d90c8d0

On the sun all int32 objects have to be aligned on 32 bit boundaries. With this patch the asf-files run well on sparc/solaris patch by Martin Olschewski <olschewski@zpr.uni-koeln.de>
author arpi
date Sat, 25 May 2002 12:56:56 +0000
parents cf2882606e72
children 8780415baa87
line wrap: on
line source


#ifndef _MF_H
#define _MF_H

extern int    mf_support;
extern int    mf_w;
extern int    mf_h;
extern float  mf_fps;
extern char * mf_type;

typedef struct
{
 int     nr_of_files;
 char ** names;
} mf_t;

#endif