ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | Mon Feb 23 22:31:29 2015 +0200| [fe414059ec1fe8237574bed34cdaa8ac3893917b] | committer: Martin Storsjö
rtpdec_amr: Use the common indentation style Signed-off-by: Martin Storsjö <mar...@martin.st> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe414059ec1fe8237574bed34cdaa8ac3893917b --- libavformat/rtpdec_amr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/rtpdec_amr.c b/libavformat/rtpdec_amr.c index 86348bb..20956a6 100644 --- a/libavformat/rtpdec_amr.c +++ b/libavformat/rtpdec_amr.c @@ -41,7 +41,8 @@ struct PayloadContext { static PayloadContext *amr_new_context(void) { PayloadContext *data = av_mallocz(sizeof(PayloadContext)); - if(!data) return data; + if (!data) + return data; data->channels = 1; return data; } _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog