summaryrefslogtreecommitdiff
path: root/examples/postproc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/postproc.txt')
-rw-r--r--examples/postproc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/postproc.txt b/examples/postproc.txt
index c65ddda8e..0940ea24c 100644
--- a/examples/postproc.txt
+++ b/examples/postproc.txt
@@ -21,7 +21,7 @@ res = vpx_codec_dec_init(&codec, interface, NULL,
if(res == VPX_CODEC_INCAPABLE) {
printf("NOTICE: Postproc not supported by %s\n",
vpx_codec_iface_name(interface));
- res = vpx_codec_dec_init(&codec, interface, NULL, 0);
+ res = vpx_codec_dec_init(&codec, interface, NULL, flags);
}
if(res)
die_codec(&codec, "Failed to initialize decoder");