r1013: Select the entire clip title when a clip is edited or created.
[cinelerra_cv/ct.git] / quicktime / xanimjpeg.h
blob273293bbdf7673f4eb54c40f9f2c340e97478933
1 #ifndef QUICKTIME_JPEG_H
2 #define QUICKTIME_JPEG_H
4 #include "fastjpg.h"
6 /* Too damn slow. */
8 typedef struct
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;
17 #endif