diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-05-23 11:46:05 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-05-23 11:46:05 +0000 |
commit | 842ffee3869c06b168167bb6cae6d42198e4e404 (patch) | |
tree | aa56ad000728970468e97978fe65447f5d79da82 | |
parent | 1ba056b689a39e3b51c757deca70cd411ced4c99 (diff) | |
download | ffmpeg-842ffee3869c06b168167bb6cae6d42198e4e404.tar.gz |
cosmetics: indentation
Originally committed as revision 13248 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 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; |