1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 03_default-requantizer.dpatch by Tobias Grimm <tg@e-tobi.net>
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Make transcode's tcrequant the default requantize as long as
6 ## DP: metakine's requantizer is not available for Debian.
9 diff -urNad vdr-plugin-burn-0.0
.009+pre21~
/setup.c vdr-plugin-burn-0.0
.009+pre21
/setup.c
10 --- vdr-plugin-burn-0.0
.009+pre21~
/setup.c
2006-09-16 20:33:37.000000000 +0200
11 +++ vdr-plugin-burn-0.0
.009+pre21
/setup.c
2006-09-23 22:23:20.000000000 +0200
13 PROCTOOLS_INIT_PROPERTY
( CustomDiskSize
, 200 ),
14 PROCTOOLS_INIT_PROPERTY
( BurnSpeed
, 0 ),
15 PROCTOOLS_INIT_PROPERTY
( DemuxType
, demuxtype_vdrsync
),
16 - PROCTOOLS_INIT_PROPERTY
( RequantType
, requanttype_metakine
),
17 + PROCTOOLS_INIT_PROPERTY
( RequantType
, requanttype_transcode
),
18 PROCTOOLS_INIT_PROPERTY
( PreserveLogFiles
, false
),
19 PROCTOOLS_INIT_PROPERTY
( DefaultLanguage
, 0 ),
20 PROCTOOLS_INIT_PROPERTY
( MainMenuStatus
, true
),