comparison gif.c @ 6317:c166e5ff20b9 libavformat

Use inverse error branches, i.e. instead of if(something){success} else {error}, use if(!something) {return error;} success;, which needs less indenting.
author rbultje
date Mon, 26 Jul 2010 22:22:20 +0000
parents 536e5527c1e0
children
comparison
equal deleted inserted replaced
6316:270f6c8aeac5 6317:c166e5ff20b9