Signed-off-by: Kacper Michajłow <kaspe...@gmail.com>
---
 libavcodec/d3d12va_encode_hevc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/d3d12va_encode_hevc.c b/libavcodec/d3d12va_encode_hevc.c
index 938ba01f54..ce5d1bf110 100644
--- a/libavcodec/d3d12va_encode_hevc.c
+++ b/libavcodec/d3d12va_encode_hevc.c
@@ -238,7 +238,6 @@ static int 
d3d12va_encode_hevc_init_sequence_params(AVCodecContext *avctx)
     AVD3D12VAFramesContext   *hwctx = base_ctx->input_frames->hwctx;
     H265RawSPS                *sps  = &priv->units.raw_sps;
     H265RawPPS                *pps  = &priv->units.raw_pps;
-    H265RawVUI                *vui  = &sps->vui;
     D3D12_VIDEO_ENCODER_PROFILE_HEVC profile = 
D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN;
     D3D12_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC level = { 0 };
     const AVPixFmtDescriptor *desc;
-- 
2.50.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to