summaryrefslogtreecommitdiff
path: root/src/media-thumb-internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/media-thumb-internal.c')
-rwxr-xr-xsrc/media-thumb-internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/media-thumb-internal.c b/src/media-thumb-internal.c
index 9debe27..ed85c68 100755
--- a/src/media-thumb-internal.c
+++ b/src/media-thumb-internal.c
@@ -1146,7 +1146,7 @@ int _media_thumb_video(const char *origin_path,
thumb_dbg("video width: %d", width);
thumb_dbg("video height: %d", height);
thumb_dbg("thumbnail size: %d", size);
- thumb_dbg("frame: 0x%x", frame);
+ thumb_dbg("frame: %p", frame);
thumb_dbg("orientation: %d", rot_type);
if (frame == NULL || width == 0 || height == 0) {