From e15ae9a60043d8d9c1b110607c5059f13ca86421 Mon Sep 17 00:00:00 2001 From: eugeni Date: Fri, 7 Jul 2006 18:26:51 +0000 Subject: Initial libass release (without mencoder support). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18942 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index fe1960b81b..26c565d853 100644 --- a/mencoder.c +++ b/mencoder.c @@ -223,6 +223,13 @@ int mp_input_check_interrupt(int time) { return 0; } +#ifdef USE_ASS +#include "libass/ass.h" +#include "libass/ass_mp.h" + +ass_track_t* ass_track = 0; // current track to render +#endif + //char *out_audio_codec=NULL; // override audio codec //char *out_video_codec=NULL; // override video codec -- cgit v1.2.3