view libass/ass_mp.h @ 19594:4678e9f81334

make the C code of the swscaler which i wrote LGPL
author michael
date Wed, 30 Aug 2006 10:50:20 +0000
parents 661d6c8a4adb
children f48d49b400cf
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;
extern char **ass_force_style_list;
extern int ass_use_margins;

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

#endif