View Issue Details

IDProjectCategoryView StatusLast Update
0000157JVT JM H.264/AVC reference softwaredecoderpublic2009-01-21 16:23
ReporterDzung Hoang Assigned ToKarsten Suehring  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionJM 15.0 
Fixed in VersionJM 15.1 
Summary0000157: typo in pps_is_equal()
DescriptionThis line looks like a typo.

  equal &= (pps1->pic_scaling_matrix_present_flag == pps2->transform_8x8_mode_flag);

The correction seems to be.

  equal &= (pps1->pic_scaling_matrix_present_flag == pps2->pic_scaling_matrix_present_flag);
TagsNo tags attached.

Activities

Karsten Suehring

2009-01-21 16:23

administrator   ~0000278

I agree that it is a copy and paste bug. Fixed in my development branch.

Issue History

Date Modified Username Field Change
2009-01-21 05:59 Dzung Hoang New Issue
2009-01-21 16:23 Karsten Suehring Note Added: 0000278
2009-01-21 16:23 Karsten Suehring Status new => resolved
2009-01-21 16:23 Karsten Suehring Fixed in Version => JM 15.0-dev
2009-01-21 16:23 Karsten Suehring Resolution open => fixed
2009-01-21 16:23 Karsten Suehring Assigned To => Karsten Suehring