repo.or.cz
/
cinelerra_cv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r665: Merged the official release 2.0.
[cinelerra_cv.git]
/
quicktime
/
xanimjpeg.h
blob
273293bbdf7673f4eb54c40f9f2c340e97478933
1
#ifndef QUICKTIME_JPEG_H
2
#define QUICKTIME_JPEG_H
3
4
#include
"fastjpg.h"
5
6
/* Too damn slow. */
7
8
typedef
struct
9
{
10
int
quality
;
11
int
use_float
;
12
quicktime_jpeg_t fastjpg
;
13
char
*
chunk_buffer
;
14
long
chunk_buffer_len
;
15
}
quicktime_jpeg_codec_t
;
16
17
#endif