Commit 1a69cb4e authored by aurel's avatar aurel

cosmetics: indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13280 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f375e3b3
......@@ -2261,7 +2261,7 @@ AVChapter *ff_new_chapter(AVFormatContext *s, int id, AVRational time_base, int6
return NULL;
dynarray_add(&s->chapters, &s->nb_chapters, chapter);
}
av_free(chapter->title);
av_free(chapter->title);
chapter->title = av_strdup(title);
chapter->id = id;
chapter->time_base= time_base;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment