]> git.pld-linux.org Git - packages/transcode.git/commitdiff
- from gentoo
authorlisu <lisu@pld-linux.org>
Tue, 5 Jul 2011 13:03:48 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    transcode-mpa.patch -> 1.1

transcode-mpa.patch [new file with mode: 0644]

diff --git a/transcode-mpa.patch b/transcode-mpa.patch
new file mode 100644 (file)
index 0000000..e7fb0fc
--- /dev/null
@@ -0,0 +1,10 @@
+--- transcode-1.1.5-old/export/aud_aux.c       2010-07-04 12:44:31.867550180 -0500
++++ transcode-1.1.5/export/aud_aux.c   2010-07-04 13:41:01.253292529 -0500
+@@ -347,6 +347,7 @@
+     //-- set parameters (bitrate, channels and sample-rate) --
+     //--------------------------------------------------------
+     memset(&mpa_ctx, 0, sizeof(mpa_ctx));          // default all
++    mpa_ctx.codec_type  = CODEC_TYPE_AUDIO;
+     mpa_ctx.bit_rate    = vob->mp3bitrate * 1000;  // bitrate dest.
+     mpa_ctx.channels    = vob->dm_chan;            // channels
+     mpa_ctx.sample_rate = vob->a_rate;
This page took 0.085807 seconds and 4 git commands to generate.