-
- Downloads
avconv: save two levels of indentation in flush_encoders()
By replacing if (foo) <do stuff> with if (!foo) continue; <do stuff>
Loading
Please register or sign in to comment
By replacing if (foo) <do stuff> with if (!foo) continue; <do stuff>