summaryrefslogtreecommitdiff
path: root/libavcodec/h261dec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-12 11:23:07 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-12 11:23:07 +0100
commit53fd4f559429cc17e6aa78eb90e099947294a86b (patch)
tree4d7d497a8131ef1c1bef149f33760bce85e860b7 /libavcodec/h261dec.c
parent6ae43725323b02520fa0926422b52d2ce7fd7973 (diff)
avcodec: fix motion vector vissualization
was broken by the buffer ref stuff Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h261dec.c')
-rw-r--r--libavcodec/h261dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h261dec.c b/libavcodec/h261dec.c
index f4f4dfb320..03770be3cd 100644
--- a/libavcodec/h261dec.c
+++ b/libavcodec/h261dec.c
@@ -634,7 +634,7 @@ retry:
if ((ret = av_frame_ref(pict, &s->current_picture_ptr->f)) < 0)
return ret;
- ff_print_debug_info(s, s->current_picture_ptr);
+ ff_print_debug_info(s, s->current_picture_ptr, pict);
*got_frame = 1;