JVET VVC
Search:
Login
Preferences
Help/Guide
Forgot your password?
Wiki
Timeline
Spec tickets
VUI/SEI tickets
VTM tickets
360Lib tickets
Conformance tickets
Reports
Imprint
Data Protection Policy
Context navigation
← Previous change
Ticket history
Next change →
Changes between
Initial Version
and
Version 1
of
Ticket #144
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
14 Feb 2019, 23:15:35 (
6 years
ago)
Author:
ksuehring
Comment:
Legend:
Unmodified
Added
Removed
Modified
Ticket #144 – Description
initial
v1
1
1
The following code
2
2
3
3
{{{
4
4
if (currBaseNum < MMVD_BASE_MV_NUM)
5
5
{
…
…
10
10
}
11
11
}
12
12
}}}
13
13
14
14
should be replaced by
15
15
16
16
{{{
17
17
if (currBaseNum < MMVD_BASE_MV_NUM)
18
18
{
…
…
30
30
}
31
31
}
32
32
}}}
33
33
.
34
34