forked from mia/Aegisub
Added ASA subtitles for lavc provider
Originally committed to SVN as r367.
This commit is contained in:
parent
949245c5a5
commit
24f889af56
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,8 @@
|
||||||
#include "video_provider_lavc.h"
|
#include "video_provider_lavc.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "vfr.h"
|
#include "vfr.h"
|
||||||
|
#include "subtitle_provider.h"
|
||||||
|
#include "ass_file.h"
|
||||||
#if 0
|
#if 0
|
||||||
#include "mkv_wrap.h"
|
#include "mkv_wrap.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -68,6 +70,9 @@ LAVCVideoProvider::LAVCVideoProvider(wxString filename, wxString subfilename) {
|
||||||
|
|
||||||
// Load
|
// Load
|
||||||
LoadVideo(filename);
|
LoadVideo(filename);
|
||||||
|
|
||||||
|
// Attach subtitles
|
||||||
|
SubtitleProvider::Class::GetProvider(_T("asa"), AssFile::top)->Bind(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue