]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp3.c
DirectDraw Surface image decoder
[ffmpeg] / libavcodec / vp3.c
index 52c68d2b2c39443f44ffc37fe4046f545eab5d00..c48d92737c93a0263fab71ea2a6599252f83807e 100644 (file)
@@ -2158,7 +2158,7 @@ static int read_huffman_tree(AVCodecContext *avctx, GetBitContext *gb)
             return -1;
         }
         token = get_bits(gb, 5);
-        av_dlog(avctx, "hti %d hbits %x token %d entry : %d size %d\n",
+        ff_dlog(avctx, "hti %d hbits %x token %d entry : %d size %d\n",
                 s->hti, s->hbits, token, s->entries, s->huff_code_size);
         s->huffman_table[s->hti][token][0] = s->hbits;
         s->huffman_table[s->hti][token][1] = s->huff_code_size;