comparison mplayer.c @ 31792:55dacfca4a43

Rename libass types to match upstream libass >= 0.9.7
author greg
date Fri, 30 Jul 2010 18:14:35 +0000
parents da0bfd02286c
children 8187612b1af8
comparison
equal deleted inserted replaced
31791:d6549cdf9c95 31792:55dacfca4a43
1089 1089
1090 void add_subtitles(char *filename, float fps, int noerr) 1090 void add_subtitles(char *filename, float fps, int noerr)
1091 { 1091 {
1092 sub_data *subd; 1092 sub_data *subd;
1093 #ifdef CONFIG_ASS 1093 #ifdef CONFIG_ASS
1094 ass_track_t *asst = 0; 1094 ASS_Track *asst = 0;
1095 #endif 1095 #endif
1096 1096
1097 if (filename == NULL || mpctx->set_of_sub_size >= MAX_SUBTITLE_FILES) { 1097 if (filename == NULL || mpctx->set_of_sub_size >= MAX_SUBTITLE_FILES) {
1098 return; 1098 return;
1099 } 1099 }