summaryrefslogtreecommitdiff
path: root/examples/twopass_encoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/twopass_encoder.c')
-rw-r--r--examples/twopass_encoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/twopass_encoder.c b/examples/twopass_encoder.c
index 3d950b2c4..07ba37dfd 100644
--- a/examples/twopass_encoder.c
+++ b/examples/twopass_encoder.c
@@ -221,7 +221,7 @@ int main(int argc, char **argv) {
die("Invalid frame size: %dx%d", w, h);
if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, w, h, 1))
- die("Failed to allocate image", w, h);
+ die("Failed to allocate image (%dx%d)", w, h);
printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface()));