Browse Source

interplayvideodec: pass correct pointer to av_dlog()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 14 years ago
parent
commit
3ebfe22d13
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/interplayvideo.c

+ 1
- 1
libavcodec/interplayvideo.c View File

@@ -908,7 +908,7 @@ static void ipvideo_decode_opcodes(IpvideoContext *s)
opcode = get_bits(&gb, 4);

av_dlog(s->avctx, "block @ (%3d, %3d): encoding 0x%X, data ptr @ %p\n",
x, y, opcode, s->stream_ptr);
x, y, opcode, s->stream_ptr.buffer);

if (!s->is_16bpp) {
s->pixel_ptr = s->current_frame.data[0] + x


Loading…
Cancel
Save