Ticket #1061: TDecCAVLC.cpp.patch
File TDecCAVLC.cpp.patch, 674 bytes (added by zhyang123, 10 years ago) |
---|
-
TDecCAVLC.cpp
399 399 READ_FLAG( uiCode, "neutral_chroma_indication_flag"); pcVUI->setNeutralChromaIndicationFlag(uiCode); 400 400 401 401 READ_FLAG( uiCode, "field_seq_flag"); pcVUI->setFieldSeqFlag(uiCode); 402 assert(pcVUI->getFieldSeqFlag() == false); // not supported yet402 //assert(pcVUI->getFieldSeqFlag() == false); // not supported yet 403 403 404 404 READ_FLAG(uiCode, "frame_field_info_present_flag"); pcVUI->setFrameFieldInfoPresentFlag(uiCode); 405 405