summaryrefslogtreecommitdiff
path: root/package/xbmc/patches/patch-lib_xbmc-dll-symbols_DllAvFormat_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-15 12:14:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-15 12:14:18 +0200
commit312874bb7f67f4d40fd6f9f22575fdbcc067a9cd (patch)
tree1872fe798c3785430fb35e4b2022f4967aed415d /package/xbmc/patches/patch-lib_xbmc-dll-symbols_DllAvFormat_c
parent5c6a603837ab8c52f4194ac0448869098e9a69e8 (diff)
parent67f34421f0ae00adc39cbf016e4b33d2817b854d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xbmc/patches/patch-lib_xbmc-dll-symbols_DllAvFormat_c')
-rw-r--r--package/xbmc/patches/patch-lib_xbmc-dll-symbols_DllAvFormat_c11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xbmc/patches/patch-lib_xbmc-dll-symbols_DllAvFormat_c b/package/xbmc/patches/patch-lib_xbmc-dll-symbols_DllAvFormat_c
new file mode 100644
index 000000000..1a93e1411
--- /dev/null
+++ b/package/xbmc/patches/patch-lib_xbmc-dll-symbols_DllAvFormat_c
@@ -0,0 +1,11 @@
+--- xbmc-12.3-Frodo.orig/lib/xbmc-dll-symbols/DllAvFormat.c 2013-12-12 22:47:49.000000000 +0100
++++ xbmc-12.3-Frodo/lib/xbmc-dll-symbols/DllAvFormat.c 2014-04-14 17:07:49.000000000 +0200
+@@ -110,7 +110,7 @@ void av_read_frame_flush(AVFormatContext
+ #define RELATIVE_TS_BASE (INT64_MAX - (1LL<<48))
+ if(st->first_dts == AV_NOPTS_VALUE) st->cur_dts = RELATIVE_TS_BASE;
+ else st->cur_dts = AV_NOPTS_VALUE; /* we set the current DTS to an unspecified origin */
+- st->reference_dts = AV_NOPTS_VALUE;
++ //st->reference_dts = AV_NOPTS_VALUE;
+
+ st->probe_packets = MAX_PROBE_PACKETS;
+ #endif