FreeBSD Bugzilla – Attachment 49082 Details for
Bug 75066
mbone/vic is broken on FreeBSD 5.3 and 6-CURRENT.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.51 KB, created by
KONDOU, Kazuhiro
on 2004-12-14 19:40:27 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
KONDOU, Kazuhiro
Created:
2004-12-14 19:40:27 UTC
Size:
1.51 KB
patch
obsolete
>--- codec/encoder-jpeg.cpp.old Fri Nov 5 20:36:07 1999 >+++ codec/encoder-jpeg.cpp Wed Dec 15 02:08:17 2004 >@@ -132,6 +132,10 @@ > u_short val; > u_short nb; > }; >+ static huffentry ldht[]; >+ static huffentry cdht[]; >+ static huffentry laht[]; >+ static huffentry caht[]; > > int command(int argc, const char*const* argv); > >@@ -194,15 +198,15 @@ > 99, 99, 99, 99, 99, 99, 99, 99, > 99, 99, 99, 99, 99, 99, 99, 99 }; > >-static struct JpegEncoder::huffentry ldht[] = { >+JpegEncoder::huffentry JpegEncoder::ldht[] = { > {0x0, 2}, {0x2, 3}, {0x3, 3}, {0x4, 3}, {0x5, 3}, {0x6, 3}, > {0xe, 4}, {0x1e, 5}, {0x3e, 6}, {0x7e, 7}, {0xfe, 8}, {0x1fe, 9}}; > >-static struct JpegEncoder::huffentry cdht[] = { >+JpegEncoder::huffentry JpegEncoder::cdht[] = { > {0x0, 2}, {0x1, 2}, {0x2, 2}, {0x6, 3}, {0xe, 4}, {0x1e, 5}, {0x3e, 6}, > {0x7e, 7}, {0xfe, 8}, {0x1fe, 9}, {0x3fe, 10}, {0x7fe, 11}}; > >-static struct JpegEncoder::huffentry laht[] = { >+JpegEncoder::huffentry JpegEncoder::laht[] = { > {0x0a, 4}, {0x00, 2}, {0x01, 2}, {0x04, 3}, > {0x0b, 4}, {0x1a, 5}, {0x78, 7}, {0xf8, 8}, > {0x3f6, 10}, {0xff82, 16}, {0xff83, 16}, {0x00, 0}, >@@ -268,7 +272,7 @@ > {0xfffc, 16}, {0xfffd, 16}, {0xfffe, 16}, {0x00, 0}, > {0x00, 0}, {0x00, 0}, {0x00, 0}, {0x00, 0} }; > >-static struct JpegEncoder::huffentry caht[] = { >+JpegEncoder::huffentry JpegEncoder::caht[] = { > {0x00, 2}, {0x01, 2}, {0x04, 3}, {0x0a, 4}, > {0x18, 5}, {0x19, 5}, {0x38, 6}, {0x78, 7}, > {0x1f4, 9}, {0x3f6, 10}, {0xff4, 12}, {0x00, 0},
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 75066
: 49082 |
49083
|
49084
|
49085
|
49086
|
49087
|
49088
|
49089
|
49090