summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
Diffstat (limited to 'libhb')
-rw-r--r--libhb/stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/stream.c b/libhb/stream.c
index 0fd98a6c2..928490dab 100644
--- a/libhb/stream.c
+++ b/libhb/stream.c
@@ -5321,6 +5321,7 @@ static void add_ffmpeg_subtitle( hb_title_t *title, hb_stream_t *stream, int id
"subtitle colors likely to be wrong" );
break;
case AV_CODEC_ID_TEXT:
+ case AV_CODEC_ID_SRT:
subtitle->format = TEXTSUB;
subtitle->source = UTF8SUB;
subtitle->config.dest = PASSTHRUSUB;