X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=source%2Fcommon%2Fframedata.h;h=92754ceb42a26c773bd0ebb9a6a5b2ab8b666a98;hp=f6ea9d4aedd77b4f74256799cdcfdd54a1476386;hb=b53f7c52d8280ab63876efd6eb292c21430ac607;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/source/common/framedata.h b/source/common/framedata.h index f6ea9d4..92754ce 100644 --- a/source/common/framedata.h +++ b/source/common/framedata.h @@ -49,7 +49,7 @@ public: x265_param* m_param; FrameData* m_freeListNext; - PicYuv* m_reconPicYuv; + PicYuv* m_reconPic; bool m_bHasReferences; /* used during DPB/RPS updates */ int m_frameEncoderID; /* the ID of the FrameEncoder encoding this frame */