projects
/
fjl
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rename input.h to bitsource.h (and friends).
[fjl]
/
dehuff.h
diff --git
a/dehuff.h
b/dehuff.h
index
3d3d8c5
..
728c623
100644
(file)
--- a/
dehuff.h
+++ b/
dehuff.h
@@
-6,7
+6,7
@@
#include <sys/types.h>
#include "bytesource.h"
-#include "
input
.h"
+#include "
bitsource
.h"
// About 99% of all Huffman codes are <= 8 bits long (see codelen.txt),
// and it's what libjpeg uses. Thus, it seems like a reasonable size.