Browse Source

cosmetics: indentation

Originally committed as revision 13280 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs 17 years ago
parent
commit
ebea1d7668
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/utils.c

+ 1
- 1
libavformat/utils.c View File

@@ -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…
Cancel
Save