On 12/06/2011 06:38 AM, Vladimir Pantelic wrote:

> Justin Ruggles wrote:
>> ---
>>   libavcodec/wma.c    |    1 -
>>   libavcodec/wma.h    |    1 +
>>   libavcodec/wmadec.c |   30 ++++++++++++++++++------------
>>   3 files changed, 19 insertions(+), 13 deletions(-)
>>
>> diff --git a/libavcodec/wma.c b/libavcodec/wma.c
>> index 4cdffcd..72fddcb 100644
>> --- a/libavcodec/wma.c
>> +++ b/libavcodec/wma.c
>> @@ -428,7 +428,6 @@ int ff_wma_end(AVCodecContext *avctx)
>>           av_free(s->level_table[i]);
>>           av_free(s->int_table[i]);
>>       }
>> -
>>       return 0;
>>   }
>>
> 
> new API mandates less blank lines? :)


that wasn't in the final commit. :)

-Justin

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to