Skip to content
Snippets Groups Projects
Commit 4d747013 authored by Frank Bossen's avatar Frank Bossen
Browse files

Merge branch 'fix_parcat_for_scaling_list' into 'master'

Fix for Ticket #350: Parcat crash when user-defined scaling list is used

See merge request jvet/VVCSoftware_VTM!630
parents a5e1873a 9fa65263
No related branches found
No related tags found
1 merge request!630Fix for Ticket #350: Parcat crash when user-defined scaling list is used
Pipeline #1773 passed
......@@ -601,6 +601,8 @@ int main(int argc, char * argv[])
int poc_base = 0;
int last_idr_poc = 0;
initROM();
for(int i = 1; i < argc - 1; ++i)
{
std::vector<uint8_t> v = process_segment(argv[i], i, &poc_base, &last_idr_poc);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment