Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
ade5684c
Commit
ade5684c
authored
Jun 06, 2015
by
Ronald S. Bultje
Committed by
Michael Niedermayer
Jun 06, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hevc: fix typo (mpv -> mvp).
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
7897ed0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
hevc.c
libavcodec/hevc.c
+2
-2
No files found.
libavcodec/hevc.c
View file @
ade5684c
...
...
@@ -1619,7 +1619,7 @@ static void hevc_await_progress(HEVCContext *s, HEVCFrame *ref,
ff_thread_await_progress
(
&
ref
->
tf
,
y
,
0
);
}
static
void
hevc_luma_mv_m
pv
_mode
(
HEVCContext
*
s
,
int
x0
,
int
y0
,
int
nPbW
,
static
void
hevc_luma_mv_m
vp
_mode
(
HEVCContext
*
s
,
int
x0
,
int
y0
,
int
nPbW
,
int
nPbH
,
int
log2_cb_size
,
int
part_idx
,
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
,
partIdx
,
merge_idx
,
&
current_mv
);
}
else
{
hevc_luma_mv_m
pv
_mode
(
s
,
x0
,
y0
,
nPbW
,
nPbH
,
log2_cb_size
,
hevc_luma_mv_m
vp
_mode
(
s
,
x0
,
y0
,
nPbW
,
nPbH
,
log2_cb_size
,
partIdx
,
merge_idx
,
&
current_mv
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment