Commit 5d06b6e9 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'fe414059'

* commit 'fe414059':
  rtpdec_amr: Use the common indentation style
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents eb24186b fe414059
......@@ -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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment