modify EC API name and remove useless flag

This commit is contained in:
huili2
2014-07-23 02:33:00 -07:00
parent 470246c20f
commit 933c477717
13 changed files with 52 additions and 51 deletions

View File

@@ -176,7 +176,6 @@ uint32_t uiCpuFlag; // CPU compatibility detected
int32_t iOutputColorFormat; // color space format to be outputed
VIDEO_BITSTREAM_TYPE eVideoType; //indicate the type of video to decide whether or not to do qp_delta error detection.
bool bErrorResilienceFlag; // error resilience flag
bool bHaveGotMemory; // global memory for decoder context related ever requested?
int32_t iImgWidthInPixel; // width of image in pixel reconstruction picture to be output
@@ -287,7 +286,7 @@ uint16_t uiCurIdrPicId;
bool bNewSeqBegin;
bool bNextNewSeqBegin;
int iOverwriteFlags;
int32_t iErrorConMethod; //
ERROR_CON_IDC eErrorConMethod; //
PPicture pPreviousDecodedPictureInDpb; //pointer to previously decoded picture in DPB for error concealment
PGetIntraPredFunc pGetI16x16LumaPredFunc[7]; //h264_predict_copy_16x16;
PGetIntraPredFunc pGetI4x4LumaPredFunc[14]; // h264_predict_4x4_t