summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-05-23 13:03:04 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-05-23 13:03:04 +0000
commit6b43e2c7d3a38dfaa455acb002a606fb6609130b (patch)
tree139ffa20659009ec30bd43642385693d145ea2a5 /libavformat
parent7a2a3e8e401d8ac6a8306e67cc164fc70b006155 (diff)
indent
Originally committed as revision 13256 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c
index aa8a117c23..f9d50ce786 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -2245,8 +2245,8 @@ int ff_new_chapter(AVFormatContext *s, int id, int64_t start, int64_t end, const
if(!chapter){
chapter= av_mallocz(sizeof(AVChapter));
- if(!chapter)
- return AVERROR(ENOMEM);
+ if(!chapter)
+ return AVERROR(ENOMEM);
dynarray_add(&s->chapters, &s->num_chapters, chapter);
}
if(chapter->title)