[FFmpeg-cvslog] r17283 - trunk/libavcodec/mpegvideo_xvmc.c
Ivan Kalvachev
ikalvachev
Sat Feb 14 22:59:42 CET 2009
On 2/14/09, Diego Biurrun <diego at biurrun.de> wrote:
> On Sat, Feb 14, 2009 at 10:33:13PM +0100, iive wrote:
>>
>> Log:
>> Give nice message for failed assert.
>>
>> --- trunk/libavcodec/mpegvideo_xvmc.c Sat Feb 14 22:00:26 2009 (r17282)
>> +++ trunk/libavcodec/mpegvideo_xvmc.c Sat Feb 14 22:33:13 2009 (r17283)
>> @@ -76,7 +76,12 @@ int ff_xvmc_field_start(MpegEncContext*s
>>
>> - assert(render->filled_mv_blocks_num == 0);
>> + if(render->filled_mv_blocks_num){
>
> K&R style please, i.e. 'if (...) {', now that the file is consistent we
> should keep it that way...
I'll revert all K&R later.
More information about the ffmpeg-cvslog
mailing list