mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
ffmpeg: update to ffmpeg-0.10.7
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d1843e4a33
commit
52ea291c71
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="ffmpeg"
|
PKG_NAME="ffmpeg"
|
||||||
PKG_VERSION="0.10.6"
|
PKG_VERSION="0.10.7"
|
||||||
if [ "$XBMC" = "master" ]; then
|
if [ "$XBMC" = "master" ]; then
|
||||||
PKG_VERSION="1.2"
|
PKG_VERSION="1.2"
|
||||||
fi
|
fi
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
From 24c62ea7a5df44804be88150aa0c45e6796b5da9 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Janne Grunau <janne-libav@jannau.net>
|
|
||||||
Date: Wed, 5 Dec 2012 19:56:36 +0100
|
|
||||||
Subject: [PATCH] h264: slice-mt: get last_pic_dropable from master context
|
|
||||||
|
|
||||||
Fixes fate-h264-conformance-cvnlfi2_sony_h and smllwebdl.mkv from
|
|
||||||
https://github.com/OpenELEC/OpenELEC.tv/issues/1557 .
|
|
||||||
---
|
|
||||||
libavcodec/h264.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
|
|
||||||
index 618acb7..a93d07e 100644
|
|
||||||
--- a/libavcodec/h264.c
|
|
||||||
+++ b/libavcodec/h264.c
|
|
||||||
@@ -2682,7 +2682,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0)
|
|
||||||
h->mb_mbaff = 0;
|
|
||||||
h->mb_aff_frame = 0;
|
|
||||||
last_pic_structure = s0->picture_structure;
|
|
||||||
- last_pic_dropable = s->dropable;
|
|
||||||
+ last_pic_dropable = s0->dropable;
|
|
||||||
s->dropable = h->nal_ref_idc == 0;
|
|
||||||
if (h->sps.frame_mbs_only_flag) {
|
|
||||||
s->picture_structure = PICT_FRAME;
|
|
||||||
--
|
|
||||||
1.7.10
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user