Replace {} with continue

Change-Id: I2e939e898cc30c2999b47f2789191e08272b1cc0
This commit is contained in:
Yaowu Xu
2016-10-17 08:12:18 -07:00
parent 2bdb9e6344
commit 5cb0a7abc9

View File

@@ -232,8 +232,7 @@ int main(int argc, char **argv) {
}
// Flush encoder.
while (encode_frame(&codec, NULL, -1, 0, writer)) {
}
while (encode_frame(&codec, NULL, -1, 0, writer)) continue;
printf("\n");
fclose(infile);