Summary: | multimedia/libdv reorder_block() incorrect on non-x86 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Brent Casavant <bcasavan> | ||||
Component: | Individual Port(s) | Assignee: | Mario Sergio Fujikawa Ferreira <lioux> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Brent Casavant
2006-03-07 21:00:15 UTC
Responsible Changed From-To: freebsd-ports-bugs->lioux Over to maintainer. I should note that the PR submission form slightly mangled the patch. The "-" lines should all be contiguous, with the line beginning "reorder[i])" part of the previous lines. Brent -- Brent Casavant All music is folk music. I ain't bcasavan@sgi.com never heard a horse sing a song. Silicon Graphics, Inc. -- Louis Armstrong State Changed From-To: open->closed Committed. Thanks! lioux 2006-12-15 01:28:36 UTC FreeBSD ports repository Modified files: multimedia/libdv Makefile Added files: multimedia/libdv/files patch-libdv__encode.c Log: o Fix: the reorder_block() zigzag behaves incorrectly in the (!ARCH_X86 && !ARCH_X86_64) case. The current code fails to take into account the effects of _dv_prepare_reorder_tables(), which changes the indexes contained in the reorder_88[] and reorder_248[] arrays. o Bump PORTREVISION PR: 94188 Submitted by: Brent Casavant <bcasavan@sgi.com> Revision Changes Path 1.35 +1 -1 ports/multimedia/libdv/Makefile 1.1 +12 -0 ports/multimedia/libdv/files/patch-libdv__encode.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |