Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 14502 Details for
Bug 24511
libvideogfx and sampeg - threading
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libvideogfx patch to add back AskBufferSize
libvideogfx.diff (text/plain), 557 bytes, created by
Gary Stein
on 2003-07-15 03:11:07 UTC
(
hide
)
Description:
libvideogfx patch to add back AskBufferSize
Filename:
MIME Type:
Creator:
Gary Stein
Created:
2003-07-15 03:11:07 UTC
Size:
557 bytes
patch
obsolete
>*** /root/ati/libvideogfx-1.0.3/libvideogfx/utility/bitstream/bitbuffer.hh Thu May 2 10:01:54 2002 >--- /usr/include/libvideogfx/utility/bitstream/bitbuffer.hh Tue Jul 15 05:36:31 2003 >*************** namespace videogfx { >*** 52,57 **** >--- 52,58 ---- > uint8* AskBuffer() const { return d_buffer; } > uint32 AskBitsInBuffer() const { return d_bufferidx*8 + (32-d_freebits); } > int AskLengthInBytes() const { return (AskBitsInBuffer()+7)/8; } >+ int AskBufferSize() const { return d_bufferidx; } > > private: > uint8* d_buffer;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24511
: 14502 |
14503