QT SMC Video Decoder by Mike Melanson (melan.nosp@m.son@.nosp@m.pcisy.nosp@m.s.ne.nosp@m.t) For more information about the SMC format, visit: http://www.pcisys.net/~melanson/codecs/. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "bytestream.h"#include "internal.h"Go to the source code of this file.
QT SMC Video Decoder by Mike Melanson (melan.nosp@m.son@.nosp@m.pcisy.nosp@m.s.ne.nosp@m.t) For more information about the SMC format, visit: http://www.pcisys.net/~melanson/codecs/.
The SMC decoder outputs PAL8 colorspace data.
Definition in file smc.c.
Definition at line 40 of file smc.c.
Referenced by smc_decode_stream().
Definition at line 41 of file smc.c.
Referenced by smc_decode_stream().
Definition at line 42 of file smc.c.
Referenced by smc_decode_stream().
Definition at line 44 of file smc.c.
Referenced by smc_decode_stream().
Definition at line 61 of file smc.c.
Referenced by smc_decode_stream().
Definition at line 64 of file smc.c.
Referenced by smc_decode_stream().
Definition at line 80 of file smc.c.
Referenced by smc_decode_frame().