mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #3348 from fritsch/master
libva-intel-driver: remove green artifacts patch - was included upstream
This commit is contained in:
commit
f63d459317
@ -1,13 +0,0 @@
|
|||||||
diff --git a/src/i965_decoder_utils.c b/src/i965_decoder_utils.c
|
|
||||||
index 617bc15..f579f91 100644
|
|
||||||
--- a/src/i965_decoder_utils.c
|
|
||||||
+++ b/src/i965_decoder_utils.c
|
|
||||||
@@ -139,7 +139,7 @@ mpeg2_set_reference_surfaces(
|
|
||||||
ref_frames[n++].surface_id = ref_frames[0].surface_id;
|
|
||||||
}
|
|
||||||
|
|
||||||
- if (pic_param->picture_coding_extension.bits.progressive_frame)
|
|
||||||
+ if (pic_param->picture_coding_extension.bits.frame_pred_frame_dct)
|
|
||||||
return;
|
|
||||||
|
|
||||||
ref_frames[2].surface_id = VA_INVALID_ID;
|
|
Loading…
x
Reference in New Issue
Block a user