mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 03:13:08 +08:00
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
* commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb': cosmetics: Fix spelling mistakes Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
@@ -1136,7 +1136,7 @@ void ff_er_frame_end(ERContext *s)
|
||||
s->mv[0][0][1] = s->cur_pic.motion_val[dir][mb_x * 2 + mb_y * 2 * s->b8_stride][1];
|
||||
}
|
||||
|
||||
s->decode_mb(s->opaque, 0 /* FIXME h264 partitioned slices need this set */,
|
||||
s->decode_mb(s->opaque, 0 /* FIXME H.264 partitioned slices need this set */,
|
||||
mv_dir, mv_type, &s->mv, mb_x, mb_y, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user