diff options
author | phintuka <phintuka> | 2009-12-27 13:21:34 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-12-27 13:21:34 +0000 |
commit | 4679674a87a7bfe4d4442b72e1fc87310866b24c (patch) | |
tree | 6626c04fa1fe2317ede2dca895ae3937676c13eb | |
parent | fc5a76e277020db2463c2679eedf7aae4c49e7b8 (diff) | |
download | xineliboutput-4679674a87a7bfe4d4442b72e1fc87310866b24c.tar.gz xineliboutput-4679674a87a7bfe4d4442b72e1fc87310866b24c.tar.bz2 |
Fixed compile-time warning (x32)
-rw-r--r-- | xine/BluRay/decode_spuhdmv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xine/BluRay/decode_spuhdmv.c b/xine/BluRay/decode_spuhdmv.c index 96910e5b..d5815f56 100644 --- a/xine/BluRay/decode_spuhdmv.c +++ b/xine/BluRay/decode_spuhdmv.c @@ -847,7 +847,7 @@ static void free_objs(spuhdmv_decoder_t *this) static void decode_segment(spuhdmv_decoder_t *this) { - XINE_HDMV_TRACE("*** new segment, pts %010ld: 0x%02x (%8d bytes)", + XINE_HDMV_TRACE("*** new segment, pts %010"PRId64": 0x%02x (%8d bytes)", this->pts, this->buf->segment_type, this->buf->segment_len); switch (segbuf_segment_type(this->buf)) { |