framereader.cc: remove nv12toyuv_buffer (#24991)

remove nv12toyuv_buffer
This commit is contained in:
Dean Lee
2022-06-29 17:27:37 +08:00
committed by GitHub
parent 4db3ca4cf2
commit e0cd3bf5fc
2 changed files with 3 additions and 7 deletions
-1
View File
@@ -46,7 +46,6 @@ private:
AVPixelFormat hw_pix_fmt = AV_PIX_FMT_NONE;
AVBufferRef *hw_device_ctx = nullptr;
std::vector<uint8_t> nv12toyuv_buffer;
int prev_idx = -1;
inline static std::atomic<bool> has_hw_decoder = true;
};