shntool: auto updated to 3.0.10-7
This commit is contained in:
parent
452f73a7c4
commit
a924854297
5 changed files with 178 additions and 0 deletions
21
repo/shntool/debian_patches_no-cdquality-check.patch
Normal file
21
repo/shntool/debian_patches_no-cdquality-check.patch
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
Last-Update: 2014-11-15
|
||||
Forwarded: yes
|
||||
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
|
||||
Bug-Debian: http://bugs.debian.org/769585
|
||||
Description: disable CD-quality check, needed to process 24bit 96kHz files.
|
||||
|
||||
--- a/src/core_mode.c
|
||||
+++ b/src/core_mode.c
|
||||
@@ -344,10 +344,10 @@
|
||||
|
||||
*colon = 0;
|
||||
*dot = 0;
|
||||
|
||||
- if (PROB_NOT_CD(info))
|
||||
- st_error("m:ss.ff format can only be used with CD-quality files");
|
||||
+// if (PROB_NOT_CD(info))
|
||||
+// st_error("m:ss.ff format can only be used with CD-quality files");
|
||||
|
||||
min = atoi((const char *)buf);
|
||||
sec = atoi((const char *)(colon+1));
|
||||
frames = atoi((const char *)(dot+1));
|
||||
Loading…
Add table
Add a link
Reference in a new issue