|
|
@@ -2599,7 +2599,7 @@ static int mov_write_hdlr_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *tra |
|
|
// of the track. So if an alternate handler description is |
|
|
// of the track. So if an alternate handler description is |
|
|
// specified, use it. |
|
|
// specified, use it. |
|
|
AVDictionaryEntry *t; |
|
|
AVDictionaryEntry *t; |
|
|
t = av_dict_get(track->st->metadata, "handler", NULL, 0); |
|
|
|
|
|
|
|
|
t = av_dict_get(track->st->metadata, "handler_name", NULL, 0); |
|
|
if (t && utf8len(t->value)) |
|
|
if (t && utf8len(t->value)) |
|
|
descr = t->value; |
|
|
descr = t->value; |
|
|
} |
|
|
} |
|
|
|