MythTV master
atsc_huffman.h
Go to the documentation of this file.
1#ifndef ATSC_HUFFMAN_H
2#define ATSC_HUFFMAN_H
3
4// C++ headers
5#include <array>
6#include <vector>
7
8// Qt header
9#include <QString>
10
11// MythTV
12#include "libmythtv/mythtvexp.h"
13
15QString atsc_huffman1_to_string(const unsigned char *compressed,
16 uint size, uint table);
17
19QString atsc_huffman2_to_string(const unsigned char *compressed,
20 uint length, uint table);
21
22
23#endif //ATSC_HUFFMAN_H
MTV_PUBLIC QString atsc_huffman2_to_string(const unsigned char *compressed, uint length, uint table)
MTV_PUBLIC QString atsc_huffman1_to_string(const unsigned char *compressed, uint size, uint table)
unsigned int uint
Definition: freesurround.h:24
#define MTV_PUBLIC
Definition: mythtvexp.h:15