You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
hevc: fix typo (mpv -> mvp).
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
7897ed0d3c
commit
ade5684cda
@@ -1619,7 +1619,7 @@ static void hevc_await_progress(HEVCContext *s, HEVCFrame *ref,
|
|||||||
ff_thread_await_progress(&ref->tf, y, 0);
|
ff_thread_await_progress(&ref->tf, y, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void hevc_luma_mv_mpv_mode(HEVCContext *s, int x0, int y0, int nPbW,
|
static void hevc_luma_mv_mvp_mode(HEVCContext *s, int x0, int y0, int nPbW,
|
||||||
int nPbH, int log2_cb_size, int part_idx,
|
int nPbH, int log2_cb_size, int part_idx,
|
||||||
int merge_idx, MvField *mv)
|
int merge_idx, MvField *mv)
|
||||||
{
|
{
|
||||||
@@ -1704,7 +1704,7 @@ static void hls_prediction_unit(HEVCContext *s, int x0, int y0,
|
|||||||
ff_hevc_luma_mv_merge_mode(s, x0, y0, nPbW, nPbH, log2_cb_size,
|
ff_hevc_luma_mv_merge_mode(s, x0, y0, nPbW, nPbH, log2_cb_size,
|
||||||
partIdx, merge_idx, ¤t_mv);
|
partIdx, merge_idx, ¤t_mv);
|
||||||
} else {
|
} else {
|
||||||
hevc_luma_mv_mpv_mode(s, x0, y0, nPbW, nPbH, log2_cb_size,
|
hevc_luma_mv_mvp_mode(s, x0, y0, nPbW, nPbH, log2_cb_size,
|
||||||
partIdx, merge_idx, ¤t_mv);
|
partIdx, merge_idx, ¤t_mv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user