diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-30 15:56:03 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-08-30 18:08:22 +0200 |
commit | 47a3439ee792d847734b76b82bc252a916d81aef (patch) | |
tree | 2c0bfd611056fa8a4147cf040ee4fab95ffc5a41 /tests/ref/vsynth1/error | |
parent | a16f1afb1125b3fbb76f72438ecc6f1f3fe090fc (diff) | |
download | ffmpeg-47a3439ee792d847734b76b82bc252a916d81aef.tar.gz |
ffmpeg: save two levels of indentation in flush_encoders()
By replacing
if (foo)
<do stuff>
with
if (!foo)
continue;
<do stuff>
Diffstat (limited to 'tests/ref/vsynth1/error')
0 files changed, 0 insertions, 0 deletions