diff options
author | John Stebbins <[email protected]> | 2019-01-05 16:53:50 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-01-14 13:36:08 -0800 |
commit | 36a9a9f63aaf8dad0e84605354e5e9d4359429eb (patch) | |
tree | 84f26ffe3a82b6272e6fb205bddc35f26f8f8c3d /libhb/muxavformat.c | |
parent | 776c2d3d93c08c6cc12d9fc42bc290c3e57772ff (diff) |
Add SSA subtitle import
Diffstat (limited to 'libhb/muxavformat.c')
-rw-r--r-- | libhb/muxavformat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/muxavformat.c b/libhb/muxavformat.c index 806620b69..60eba066f 100644 --- a/libhb/muxavformat.c +++ b/libhb/muxavformat.c @@ -842,9 +842,10 @@ static int avformatInit( hb_mux_object_t * m ) case CC608SUB: case CC708SUB: case TX3GSUB: - case SRTSUB: case UTF8SUB: case SSASUB: + case IMPORTSRT: + case IMPORTSSA: { if (job->mux == HB_MUX_AV_MP4) { |