mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
ffmpeg: add xvba_fix_pix_fmt_vda_vld_assert.patch
This commit is contained in:
parent
fa81f50cbd
commit
20e584a159
13
packages/multimedia/ffmpeg/patches/1.2/ffmpeg-901.05-xvba_fix_pix_fmt_vda_vld_assert.patch
vendored
Normal file
13
packages/multimedia/ffmpeg/patches/1.2/ffmpeg-901.05-xvba_fix_pix_fmt_vda_vld_assert.patch
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/libavutil/utils.c b/libavutil/utils.c
|
||||||
|
index fbfbc49..56a83a7 100644
|
||||||
|
--- a/libavutil/utils.c
|
||||||
|
+++ b/libavutil/utils.c
|
||||||
|
@@ -28,7 +28,7 @@
|
||||||
|
|
||||||
|
unsigned avutil_version(void)
|
||||||
|
{
|
||||||
|
- av_assert0(AV_PIX_FMT_VDA_VLD == 81); //check if the pix fmt enum has not had anything inserted or removed by mistake
|
||||||
|
+ av_assert0(AV_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