diff options
Diffstat (limited to 'encoder/test/enc_test.c')
-rw-r--r-- | encoder/test/enc_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/encoder/test/enc_test.c b/encoder/test/enc_test.c index ec49499c00c0..1f1783ae6a8d 100644 --- a/encoder/test/enc_test.c +++ b/encoder/test/enc_test.c @@ -14,8 +14,8 @@ static int test_handler (XO_ENCODER_HANDLER_ARGS) { - printf("op %s: [%s] [%s]\n", xo_encoder_op_name(op), - name ?: "", value ?: ""); + printf("op %s: [%s] [%s] [%#llx]\n", xo_encoder_op_name(op), + name ?: "", value ?: "", flags); return 0; } |