mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ffmpeg: add xvba_fix_pix_fmt_vda_vld_assert.patch
this fixes 'Assertion PIX_FMT_VDA_VLD == 81 failed at libavutil/utils.c:31... Aborted' error which is caused by -add_xvba_support.patch
This commit is contained in:
parent
2316d63097
commit
d58f1e154b
@ -0,0 +1,13 @@
|
||||
diff --git a/libavutil/utils.c b/libavutil/utils.c
|
||||
index 971b48b..b57078e 100644
|
||||
--- a/libavutil/utils.c
|
||||
+++ b/libavutil/utils.c
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
unsigned avutil_version(void)
|
||||
{
|
||||
- av_assert0(PIX_FMT_VDA_VLD == 81); //check if the pix fmt enum has not had anything inserted or removed by mistake
|
||||
+ av_assert0(PIX_FMT_VDA_VLD == 82); //check if the pix fmt enum has not had anything inserted or removed by mistake
|
||||
av_assert0(AV_SAMPLE_FMT_DBLP == 9);
|
||||
av_assert0(AVMEDIA_TYPE_ATTACHMENT == 4);
|
||||
av_assert0(AV_PICTURE_TYPE_BI == 7);
|
Loading…
x
Reference in New Issue
Block a user