提交 fe414059 编写于 作者: M Martin Storsjö

rtpdec_amr: Use the common indentation style

Signed-off-by: NMartin Storsjö <martin@martin.st>
上级 74d318f1
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册