Mercurial > libavformat.hg
diff seek.h @ 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 | 26ba0ebacbb2 |
children |