ffmpeg: re-enable glsl and track colspace and colrange

This commit is contained in:
itsmattkc
2022-11-16 17:07:33 -08:00
parent 6b6f164c44
commit 7e604e7433
2 changed files with 11 additions and 6 deletions
+2
View File
@@ -166,6 +166,8 @@ private:
int sws_dst_width_;
int sws_dst_height_;
AVPixelFormat sws_dst_format_;
AVColorRange sws_colrange_;
AVColorSpace sws_colspace_;
AVPacket *working_packet_;