diff options
author | Richard <richard@ha-server.local> | 2016-09-04 11:27:10 +0100 |
---|---|---|
committer | Richard <richard@ha-server.local> | 2016-09-04 11:27:10 +0100 |
commit | db51d3bbfdd63d4c62ca718bfcd7467d2cdc6fa6 (patch) | |
tree | 0a2ada6f32615a2b4f7270b8d2a3e203bff3c1c5 /VDR patches/VDR2.20-increase-frame-detector-for-x264.patch | |
parent | 83632745c43d406856a3b9948cb5ea4a5ec22666 (diff) | |
download | vdr-convert-db51d3bbfdd63d4c62ca718bfcd7467d2cdc6fa6.tar.gz vdr-convert-db51d3bbfdd63d4c62ca718bfcd7467d2cdc6fa6.tar.bz2 |
Files not symlinks
Diffstat (limited to 'VDR patches/VDR2.20-increase-frame-detector-for-x264.patch')
-rw-r--r--[l---------] | VDR patches/VDR2.20-increase-frame-detector-for-x264.patch | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/VDR patches/VDR2.20-increase-frame-detector-for-x264.patch b/VDR patches/VDR2.20-increase-frame-detector-for-x264.patch index 4021e2c..8315d28 120000..100644 --- a/VDR patches/VDR2.20-increase-frame-detector-for-x264.patch +++ b/VDR patches/VDR2.20-increase-frame-detector-for-x264.patch @@ -1 +1,12 @@ -/opt/data/develop/vdr/vdr-220/patches/VDR2.20-increase-frame-detector-for-x264.patch
\ No newline at end of file +--- remux.c 2016-09-01 14:53:42.969255952 +0100 ++++ new/remux.c 2016-06-30 17:06:06.000000000 +0100 +@@ -23,7 +23,8 @@ + #define dbgpatpmt(a...) if (DebugPatPmt) fprintf(stderr, a) + #define dbgframes(a...) if (DebugFrames) fprintf(stderr, a) + +-#define MAX_TS_PACKETS_FOR_VIDEO_FRAME_DETECTION 6 ++//RF fix for x264 long commnd line header #define MAX_TS_PACKETS_FOR_VIDEO_FRAME_DETECTION 6 ++#define MAX_TS_PACKETS_FOR_VIDEO_FRAME_DETECTION 10 + #define WRN_TS_PACKETS_FOR_VIDEO_FRAME_DETECTION (MAX_TS_PACKETS_FOR_VIDEO_FRAME_DETECTION / 2) + #define WRN_TS_PACKETS_FOR_FRAME_DETECTOR (MIN_TS_PACKETS_FOR_FRAME_DETECTOR / 2) + |