FFmpeg
|
#include <stdint.h>
#include <zlib.h>
#include "libavutil/frame.h"
#include "libavutil/error.h"
#include "libavutil/log.h"
#include "avcodec.h"
#include "bytestream.h"
#include "codec.h"
#include "codec_internal.h"
#include "decode.h"
#include "packet.h"
#include "png.h"
#include "pngdsp.h"
#include "zlib_wrapper.h"
Go to the source code of this file.
Data Structures | |
struct | LSCRContext |
Functions | |
static void | handle_row (LSCRContext *s) |
static int | decode_idat (LSCRContext *s, z_stream *zstream, int length) |
static int | decode_frame_lscr (AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) |
static int | lscr_decode_close (AVCodecContext *avctx) |
static int | lscr_decode_init (AVCodecContext *avctx) |
static void | lscr_decode_flush (AVCodecContext *avctx) |
Variables | |
const FFCodec | ff_lscr_decoder |
|
static |
Definition at line 60 of file lscrdec.c.
Referenced by decode_idat().
|
static |
Definition at line 76 of file lscrdec.c.
Referenced by decode_frame_lscr().
|
static |
|
static |
|
static |
|
static |
const FFCodec ff_lscr_decoder |