Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
8cb401ab
Commit
8cb401ab
authored
Nov 22, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated
parent
69fe38a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
jpeghead.c
src/drivers/elphel/jpeghead.c
+3
-1
No files found.
src/drivers/elphel/jpeghead.c
View file @
8cb401ab
...
...
@@ -72,7 +72,9 @@ static struct device *g_dev_ptr = NULL;
/** All Huffman tables data to be read/written from the user space */
struct
huff_tables_t
{
struct
huffman_encoded_t
header_huffman_tables
[
4
];
unsigned
long
fpga_huffman_table
[
512
];
// Elphel, Rocko:
//unsigned long fpga_huffman_table[512];
u32
fpga_huffman_table
[
512
];
union
{
unsigned
char
dht_all
[
20
];
struct
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment