mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-next
This commit is contained in:
commit
b5303667e1
@ -0,0 +1,10 @@
|
||||
--- a/libavformat/matroska.c 2012-07-07 03:11:59.514972002 -0700
|
||||
+++ b/libavformat/matroska.c 2012-07-07 03:12:49.054969249 -0700
|
||||
@@ -59,6 +59,7 @@
|
||||
{"S_ASS" , CODEC_ID_SSA},
|
||||
{"S_SSA" , CODEC_ID_SSA},
|
||||
{"S_VOBSUB" , CODEC_ID_DVD_SUBTITLE},
|
||||
+ {"S_DVBSUB" , CODEC_ID_DVB_SUBTITLE},
|
||||
{"S_HDMV/PGS" , CODEC_ID_HDMV_PGS_SUBTITLE},
|
||||
|
||||
{"V_DIRAC" , CODEC_ID_DIRAC},
|
@ -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);
|
@ -34,6 +34,7 @@ intltoolize --force
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--with-backend=linux \
|
||||
--disable-systemd \
|
||||
--disable-man-pages \
|
||||
--disable-gtk-doc \
|
||||
--enable-gtk-doc-html \
|
||||
|
Loading…
x
Reference in New Issue
Block a user