diff options
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 c2f7c2a62..4ce4841fe 100644 --- a/libhb/muxavformat.c +++ b/libhb/muxavformat.c @@ -969,7 +969,8 @@ static int avformatInit( hb_mux_object_t * m ) { // Some software (MPC, mediainfo) use hdlr description // for track title - av_dict_set(&track->st->metadata, "handler_name", name, 0); + av_dict_set(&track->st->metadata, "handler_name", + subtitle->config.name, 0); } } } |