[SCM] libav/experimental: indent
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:21:05 UTC 2013
The following commit has been merged in the experimental branch:
commit 6b43e2c7d3a38dfaa455acb002a606fb6609130b
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Fri May 23 13:03:04 2008 +0000
indent
Originally committed as revision 13256 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/utils.c b/libavformat/utils.c
index aa8a117..f9d50ce 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)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list