ffmpeg: bypass ass encoding for srt

Fixes #1927
This commit is contained in:
itsmattkc
2022-05-14 08:56:06 -07:00
parent fb72ca4997
commit c75ee6014c
3 changed files with 26 additions and 75 deletions
+2
View File
@@ -95,6 +95,8 @@ private:
int GetSubtitle(AVPacket* pkt, AVSubtitle* sub);
int GetPacket(AVPacket *pkt);
void Seek(int64_t timestamp);
AVFormatContext* fmt_ctx() const