view libass/ass_mp.h @ 19432:2052a90d9c29

Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h" test failed, fixes compilation on Sparc. patch by Zuxy Meng, zuxy.meng $$@$$ gmail $$dot$$ com
author diego
date Fri, 18 Aug 2006 14:44:09 +0000
parents c0c3a2f8bb32
children 31ac2e1a5695
line wrap: on
line source

#ifndef __ASS_OPTIONS_H__
#define __ASS_OPTIONS_H__

#include "subreader.h"

extern int ass_enabled;
extern float ass_font_scale;
extern float ass_line_spacing;
extern int ass_top_margin;
extern int ass_bottom_margin;
extern int extract_embedded_fonts;

ass_track_t* ass_read_subdata(sub_data* subdata, double fps);

#endif