|
FFmpeg
|
TechSmith Camtasia decoder. More...
#include <stdio.h>#include <stdlib.h>#include "avcodec.h"#include "internal.h"#include "msrledec.h"#include <zlib.h>Classes | |
| struct | TsccContext |
Typedefs | |
| typedef struct TsccContext | CamtasiaContext |
Variables | |
| AVCodec | ff_tscc_decoder |
TechSmith Camtasia decoder.
Fourcc: TSCC
Codec is very simple: it codes picture (picture difference, really) with algorithm almost identical to Windows RLE8, only without padding and with greater pixel sizes, then this coded picture is packed with ZLib
Supports: BGR8,BGR555,BGR24 - only BGR8 and BGR555 tested
| AVCodec ff_tscc_decoder |
1.8.12