Skip to content
Snippets Groups Projects
Commit 19394deb authored by Xiang Li's avatar Xiang Li
Browse files

Temporary fix for intra buffer when 4-tap filter is used.

parent 98bbb648
No related branches found
No related tags found
No related merge requests found
...@@ -585,8 +585,8 @@ void IntraPrediction::xPredIntraAng( const CPelBuf &pSrc, PelBuf &pDst, const Ch ...@@ -585,8 +585,8 @@ void IntraPrediction::xPredIntraAng( const CPelBuf &pSrc, PelBuf &pDst, const Ch
Pel* refMain; Pel* refMain;
Pel* refSide; Pel* refSide;
Pel refAbove[2 * MAX_CU_SIZE + 1]; Pel refAbove[2 * MAX_CU_SIZE + 3];
Pel refLeft [2 * MAX_CU_SIZE + 1]; Pel refLeft [2 * MAX_CU_SIZE + 3];
// Initialize the Main and Left reference array. // Initialize the Main and Left reference array.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment