render: reimplemented deinterlacing with new shader-based format conversion

This commit is contained in:
itsmattkc
2022-08-08 14:05:11 -07:00
parent a270b1e3e1
commit 30b64d9b9c
5 changed files with 58 additions and 3 deletions
+1
View File
@@ -159,6 +159,7 @@ private:
VideoParams::Format native_internal_pix_fmt_;
VideoParams::Format native_output_pix_fmt_;
int native_channel_count_;
rational frame_rate_tb_;
AVFrame *working_frame_;
AVPacket *working_packet_;