Mercurial > mplayer.hg
view libmpdemux/mf.h @ 6853:c52dc92ebf4b
There appears to be a trivial namespace error in determining the valid
chapter range. It appears that "dvd_title" should be used with
tt_srpt->title[], and "ttn-1" should be used with
vts_file->vts_ptt_srpt->title[].
patch by Dave Sainty <dave@dtsp.co.nz>
author | arpi |
---|---|
date | Tue, 30 Jul 2002 19:19: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