Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130530 - ffmpeg with amr has garbled sound on 64-bit
Summary: ffmpeg with amr has garbled sound on 64-bit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-19 16:04 UTC by Daniel Gryniewicz (RETIRED)
Modified: 2006-04-20 14:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix Word32 for 64-bit arches (ffmpeg-0.4.9_p20060302-amr-64bit.patch,1.13 KB, patch)
2006-04-19 16:05 UTC, Daniel Gryniewicz (RETIRED)
Details | Diff
Patch to ebuild to apply above patch on 64-bit arches (ffmpeg-0.4.9_p20060302.ebuild.patch,746 bytes, patch)
2006-04-19 16:07 UTC, Daniel Gryniewicz (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Gryniewicz (RETIRED) gentoo-dev 2006-04-19 16:04:38 UTC
Latexer asked me to fix a problem with garbled sound on 3gp files played with ffmpeg with the amr use flag.  The problem was that Word32 was defined as long.  Attached is a patch to fix this, and a patch to the ebuild to apply it.
Comment 1 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-04-19 16:05:44 UTC
Created attachment 84984 [details, diff]
Patch to fix Word32 for 64-bit arches
Comment 2 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-04-19 16:07:14 UTC
Created attachment 84985 [details, diff]
Patch to ebuild to apply above patch on 64-bit arches

Note that the patch is safe to apply on all arches, since int is always 32-bits on all our supported arches, but I played conservatively and only applied it to 64-bit arches.
Comment 3 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-04-20 14:58:18 UTC
Fixed in CVS.