Merge commit 'fe414059ec1fe8237574bed34cdaa8ac3893917b'
* commit 'fe414059ec1fe8237574bed34cdaa8ac3893917b': rtpdec_amr: Use the common indentation style Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -41,7 +41,8 @@ struct PayloadContext {
|
|||||||
static PayloadContext *amr_new_context(void)
|
static PayloadContext *amr_new_context(void)
|
||||||
{
|
{
|
||||||
PayloadContext *data = av_mallocz(sizeof(PayloadContext));
|
PayloadContext *data = av_mallocz(sizeof(PayloadContext));
|
||||||
if(!data) return data;
|
if (!data)
|
||||||
|
return data;
|
||||||
data->channels = 1;
|
data->channels = 1;
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user