[SCM] transcode/master.experimental: Fix extracting AC3 audio tracks when audio track number is not 0 (Closes: #714958).

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Fri Jul 5 07:19:06 UTC 2013


The following commit has been merged in the master.experimental branch:
commit 7348ee69721e568067e308f8c7cb2034671f2cd0
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Fri Jul 5 09:19:19 2013 +0200

    Fix extracting AC3 audio tracks when audio track number is not 0 (Closes: #714958).

diff --git a/debian/patches/ac3-audio-track-number.patch b/debian/patches/ac3-audio-track-number.patch
new file mode 100644
index 0000000..2f94f2e
--- /dev/null
+++ b/debian/patches/ac3-audio-track-number.patch
@@ -0,0 +1,15 @@
+Description: Fix extracting AC3 audio tracks when audio track number is not 0.
+Author: Fabian Greffrath <fabian+debian at greffrath.com>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714958
+
+--- a/import/import_vob.c
++++ b/import/import_vob.c
+@@ -157,7 +157,7 @@ MOD_open
+                       " | tcextract -t vob -a %d -x ac3 -d %d"
+                       " | tcextract -t raw -x ac3 -d %d",
+                       input_buf, demux_buf,
+-                      vob->verbose, vob->a_track, vob->verbose,
++                      vob->a_track, vob->verbose,
+                       vob->verbose) < 0) {
+         tc_log_perror(MOD_NAME, "command buffer overflow");
+         return(TC_IMPORT_ERROR);
diff --git a/debian/patches/series b/debian/patches/series
index 1e940f1..1cd9e5d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01_filter_pv.c.diff
 03_libav-api-fixes.diff
 04_ffmpeg_options.patch
+ac3-audio-track-number.patch

-- 
transcode packaging



More information about the pkg-multimedia-commits mailing list