view libmpdemux/mf.h @ 5266:413e450da31c

try to uncomment this line - very funny effect (skipping I frames) usefull for testing/checking how usefull/powerfull the ME/MC is in divx/mpeg4
author arpi
date Sat, 23 Mar 2002 02:41:31 +0000
parents d5c91be7f9c9
children cf2882606e72
line wrap: on
line source


#ifndef _MF_H
#define _MF_H

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

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

#endif