git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb
[ffmpeg.git]
/
libavcodec
/
rv10.c
diff --git
a/libavcodec/rv10.c
b/libavcodec/rv10.c
index
81aa9ae
..
595e217
100644
(file)
--- a/
libavcodec/rv10.c
+++ b/
libavcodec/rv10.c
@@
-670,7
+670,7
@@
static int rv10_decode_packet(AVCodecContext *avctx, const uint8_t *buf,
}
if (s->pict_type != AV_PICTURE_TYPE_B)
ff_h263_update_motion_val(s);
}
if (s->pict_type != AV_PICTURE_TYPE_B)
ff_h263_update_motion_val(s);
- ff_mpv_
decode
_mb(s, s->block);
+ ff_mpv_
reconstruct
_mb(s, s->block);
if (s->loop_filter)
ff_h263_loop_filter(s);
if (s->loop_filter)
ff_h263_loop_filter(s);