summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/utils.c2
1 files changed, 1 insertions, 1 deletions
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;