[vlc-commits] MP4: fix compilation in ULTRA_VERBOSE mode
Jean-Baptiste Kempf
git at videolan.org
Sat Nov 15 19:37:20 CET 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Nov 15 19:37:03 2014 +0100| [c60b5edf05f5487379128d35aca8dafee64a97fd] | committer: Jean-Baptiste Kempf
MP4: fix compilation in ULTRA_VERBOSE mode
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c60b5edf05f5487379128d35aca8dafee64a97fd
---
modules/demux/mp4/libmp4.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/mp4/libmp4.c b/modules/demux/mp4/libmp4.c
index 9cc62ef..7aa3dd9 100644
--- a/modules/demux/mp4/libmp4.c
+++ b/modules/demux/mp4/libmp4.c
@@ -3091,7 +3091,7 @@ static int MP4_ReadBox_keys( stream_t *p_stream, MP4_Box_t *p_box )
i_read -= i_keysize;
#ifdef MP4_ULTRA_VERBOSE
msg_Dbg( p_stream, "read box: \"keys\": %u '%s'", i + 1,
- p_box->data.p_keys->p_entries[i].p_value );
+ p_box->data.p_keys->p_entries[i].psz_value );
#endif
}
if ( i < i_count )
More information about the vlc-commits
mailing list