Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ECM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ECM
ECM
Commits
1341628b
Commit
1341628b
authored
1 month ago
by
Vadim Seregin
Browse files
Options
Downloads
Plain Diff
Merge branch 'ECM-Fixed' into 'master'
fixed decoder crash See merge request
ecm/ECM!877
parents
c7c40f7f
8cf5b965
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!877
fixed decoder crash
Pipeline
#14635
passed
1 month ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/Lib/CommonLib/InterPrediction.cpp
+5
-0
5 additions, 0 deletions
source/Lib/CommonLib/InterPrediction.cpp
with
5 additions
and
0 deletions
source/Lib/CommonLib/InterPrediction.cpp
+
5
−
0
View file @
1341628b
...
...
@@ -361,10 +361,15 @@ InterPrediction::InterPrediction()
#if JVET_AJ0237_INTERNAL_12BIT
m_dmvrCostLambda = 1;
#endif
#if JVET_AJ0161_OBMC_EXT_WITH_INTRA_PRED
for (uint32_t ch = 0; ch < MAX_NUM_COMPONENT; ch++)
{
#if !JVET_AK0212_GPM_OBMC_MODIFICATION
m_intraOBMCBuf[ch] = nullptr;
#endif
m_beforeOBMCBuf[ch] = nullptr;
}
#endif
}
InterPrediction::~InterPrediction()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment