mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-29 10:43:15 +00:00
cosmetics: indentation
Originally committed as revision 13280 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
570745cc51
commit
ebea1d7668
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user