diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-16 11:19:20 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-18 11:22:12 +0200 |
commit | 6f1c66d526faa9ed707f4b7b0a7a26fba57de8b6 (patch) | |
tree | 29df06258b38aaf95c774e938081f51693190930 /libavcodec/pcm.c | |
parent | 4a4ce2e743948f62672253c63aee95a42dd4c833 (diff) | |
download | ffmpeg-6f1c66d526faa9ed707f4b7b0a7a26fba57de8b6.tar.gz |
avconv: save two levels of indentation in flush_encoders()
By replacing
if (foo)
<do stuff>
with
if (!foo)
continue;
<do stuff>
Diffstat (limited to 'libavcodec/pcm.c')
0 files changed, 0 insertions, 0 deletions