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 10:20:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-15 10:20:46 +0200
commit67f34421f0ae00adc39cbf016e4b33d2817b854d (patch)
treedf86c2b5a82d9da96fa048ed741f09cfd475330c /package/xbmc/patches/patch-lib_xbmc-dll-symbols_DllAvFormat_c
parent96a83976f70dc1bfcedadcf94f59502ab2b4014d (diff)
parent4a1c24c3c1c4db2aa462a0400efe31658ae7d7c6 (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