[FFmpeg-cvslog] rtpdec_amr: Use the common indentation style
Martin Storsjö
git at videolan.org
Tue Feb 24 22:19:00 CET 2015
ffmpeg | branch: master | Martin Storsjö <martin at 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ö <martin at 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;
}
More information about the ffmpeg-cvslog
mailing list