diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-05-24 12:56:05 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-05-24 12:56:05 +0000 |
commit | ebea1d7668c7468da3b243b2e6f695fdbbae0a48 (patch) | |
tree | 570d39f2d156b8b961d246040ba8290f1c6a4327 | |
parent | 570745cc5114ea13d0054f73776533f5e6e538f8 (diff) | |
download | ffmpeg-ebea1d7668c7468da3b243b2e6f695fdbbae0a48.tar.gz |
cosmetics: indentation
Originally committed as revision 13280 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index dbe6ea08e1..eb50535330 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -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; |