Index: source/libvpx/examples/vp8cx_set_ref.c |
=================================================================== |
--- source/libvpx/examples/vp8cx_set_ref.c (revision 292608) |
+++ source/libvpx/examples/vp8cx_set_ref.c (working copy) |
@@ -178,7 +178,7 @@ |
} |
// Flush encoder. |
- while (encode_frame(&codec, NULL, -1, writer)) {}; |
+ while (encode_frame(&codec, NULL, -1, writer)) {} |
printf("\n"); |
fclose(infile); |