avconv: cosmetics
Replace for (;foo == 0;) with while (!foo) This is prettier.
This commit is contained in:
parent
0b26ef4228
commit
c0fbf9713c
Replace for (;foo == 0;) with while (!foo) This is prettier.