Ticket #1061: TDecCAVLC.cpp.patch

File TDecCAVLC.cpp.patch, 674 bytes (added by zhyang123, 11 years ago)

A tentative patch for this issue.

  • TDecCAVLC.cpp

     
    399399  READ_FLAG(     uiCode, "neutral_chroma_indication_flag");           pcVUI->setNeutralChromaIndicationFlag(uiCode);
    400400
    401401  READ_FLAG(     uiCode, "field_seq_flag");                           pcVUI->setFieldSeqFlag(uiCode);
    402   assert(pcVUI->getFieldSeqFlag() == false);        // not supported yet
     402  //assert(pcVUI->getFieldSeqFlag() == false);        // not supported yet
    403403
    404404  READ_FLAG(uiCode, "frame_field_info_present_flag");                 pcVUI->setFrameFieldInfoPresentFlag(uiCode);
    405405