View Issue Details

IDProjectCategoryView StatusLast Update
0000295JVT JM H.264/AVC reference softwareencoderpublic2012-03-23 08:20
Reporteramanda Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Platformvs2010OSwin7 
Product VersionJM 18.3 
Summary0000295: Questions in put_one_word()
DescriptionIn file biariencode.c, the inline function put_one_word():
 if (eep->Epbuf >= 3) //here should be >=2?
  {
    put_buffer(eep);
  }

when eep->Epbuf>=2, it means that there is no enough unwitten bytes for one word in eep->Ebuffer ?which is unsigned int, 4-bytes), right?
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2012-03-23 08:20 amanda New Issue