Mercurial > mplayer.hg
view libass/ass_mp.h @ 19537:45e1650f9ad5
don't try to autodetect aac in pes packets (the detection is prone to give wrong results); use the stream_type from the PMT instead
author | nicodvb |
---|---|
date | Sat, 26 Aug 2006 17:31:42 +0000 |
parents | 31ac2e1a5695 |
children | 661d6c8a4adb |
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; ass_track_t* ass_read_subdata(sub_data* subdata, double fps); #endif