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
/
mpeg12dec.c
diff --git
a/libavcodec/mpeg12dec.c
b/libavcodec/mpeg12dec.c
index
186fbd2
..
58a5a20
100644
(file)
--- a/
libavcodec/mpeg12dec.c
+++ b/
libavcodec/mpeg12dec.c
@@
-1867,7
+1867,7
@@
static int mpeg_decode_slice(MpegEncContext *s, int mb_y,
s->dest[1] +=(16 >> lowres) >> s->chroma_x_shift;
s->dest[2] +=(16 >> lowres) >> s->chroma_x_shift;
s->dest[1] +=(16 >> lowres) >> s->chroma_x_shift;
s->dest[2] +=(16 >> lowres) >> s->chroma_x_shift;
- ff_mpv_
decode
_mb(s, s->block);
+ ff_mpv_
reconstruct
_mb(s, s->block);
if (++s->mb_x >= s->mb_width) {
const int mb_size = 16 >> s->avctx->lowres;
if (++s->mb_x >= s->mb_width) {
const int mb_size = 16 >> s->avctx->lowres;