summaryrefslogtreecommitdiff
path: root/examples/vp8cx_set_ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vp8cx_set_ref.c')
-rw-r--r--examples/vp8cx_set_ref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vp8cx_set_ref.c b/examples/vp8cx_set_ref.c
index b0961a2b3..5e29d8083 100644
--- a/examples/vp8cx_set_ref.c
+++ b/examples/vp8cx_set_ref.c
@@ -178,7 +178,7 @@ int main(int argc, char **argv) {
}
// Flush encoder.
- while (encode_frame(&codec, NULL, -1, writer)) {};
+ while (encode_frame(&codec, NULL, -1, writer)) {}
printf("\n");
fclose(infile);