summaryrefslogtreecommitdiff
path: root/examples/postproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/postproc.c')
-rw-r--r--examples/postproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/postproc.c b/examples/postproc.c
index be999b429..b53c15ea1 100644
--- a/examples/postproc.c
+++ b/examples/postproc.c
@@ -109,7 +109,7 @@ int main(int argc, char **argv) {
0 };
if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp))
die_codec(&codec, "Failed to turn on postproc.");
- };
+ }
// Decode the frame with 15ms deadline
if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 15000))