Revert "fix ci"

This reverts commit a0e09d3e33.
This commit is contained in:
21pages
2023-07-18 13:48:28 +08:00
parent fd9f5475f3
commit 22ca7177a6

View File

@@ -522,7 +522,6 @@ mod webrtc {
);
call_ctl!(ctx, VP9E_SET_AQ_MODE, if ADAPTIVE_QP_MODE { 3 } else { 0 });
call_ctl!(ctx, VP9E_SET_FRAME_PARALLEL_DECODING, 0);
#[cfg(not(any(target_arch = "arm", target_arch = "aarch64", target_os = "android")))]
call_ctl!(ctx, VP9E_SET_SVC_GF_TEMPORAL_REF, 0);
call_ctl!(
ctx,