mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libva-intel-driver: update to libva-intel-driver-1.3.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
94b11f9dd5
commit
c1be286cec
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="libva-intel-driver"
|
||||
PKG_VERSION="1.3.1"
|
||||
PKG_VERSION="1.3.2"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="i386 x86_64"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -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