diff --git a/libavformat/utils.c b/libavformat/utils.c index 9c537f361e..66f26ccd6e 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -2240,7 +2240,7 @@ int ff_new_chapter(AVFormatContext *s, int64_t start, int64_t end, const char *t if(!chapter) return AVERROR(ENOMEM); if (title) - chapter->title = av_strdup(title); + chapter->title = av_strdup(title); chapter->start = start; chapter->end = end;