rtpdec_amr: Use the common indentation style
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
74d318f138
commit
fe414059ec
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user