view libmpdemux/mf.h @ 6721:1cd03b5da35d

fix for interlaced (2 fields) mpeg2 streams: - accept frame skip caused by the codec - do timer correction after calculating frame skip/dup count
author arpi
date Fri, 12 Jul 2002 18:03:16 +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