Replace {} with continue
Change-Id: I2e939e898cc30c2999b47f2789191e08272b1cc0
This commit is contained in:
@@ -232,8 +232,7 @@ int main(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Flush encoder.
|
// Flush encoder.
|
||||||
while (encode_frame(&codec, NULL, -1, 0, writer)) {
|
while (encode_frame(&codec, NULL, -1, 0, writer)) continue;
|
||||||
}
|
|
||||||
|
|
||||||
printf("\n");
|
printf("\n");
|
||||||
fclose(infile);
|
fclose(infile);
|
||||||
|
Reference in New Issue
Block a user