summaryrefslogtreecommitdiff
path: root/examples/decode_with_drops.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/decode_with_drops.c')
-rw-r--r--examples/decode_with_drops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/decode_with_drops.c b/examples/decode_with_drops.c
index e69e2a9f9..03c79a456 100644
--- a/examples/decode_with_drops.c
+++ b/examples/decode_with_drops.c
@@ -106,7 +106,7 @@ int main(int argc, char **argv) {
printf("Using %s\n", vpx_codec_iface_name(decoder->codec_interface()));
if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0))
- die_codec(&codec, "Failed to initialize decoder.");
+ die("Failed to initialize decoder.");
while (vpx_video_reader_read_frame(reader)) {
vpx_codec_iter_t iter = NULL;