Mercurial > mplayer.hg
changeset 33334:15f527594411
Remove pointless ()
author | reimar |
---|---|
date | Sat, 07 May 2011 20:16:05 +0000 |
parents | b87fb1c5c4e9 |
children | dac93a36919e |
files | libmpdemux/aviheader.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/aviheader.c Sat May 07 20:12:40 2011 +0000 +++ b/libmpdemux/aviheader.c Sat May 07 20:16:05 2011 +0000 @@ -259,7 +259,7 @@ s->aIndex[i].dwSize = stream_read_dword_le(demuxer->stream); s->aIndex[i].dwDuration = stream_read_dword_le(demuxer->stream); mp_msg (MSGT_HEADER, MSGL_V, "ODML (%.4s): [%d] 0x%016"PRIx64" 0x%04x %u\n", - (s->dwChunkId), i, + s->dwChunkId, i, (uint64_t)s->aIndex[i].qwOffset, s->aIndex[i].dwSize, s->aIndex[i].dwDuration); }