#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 "internal.h"
#include "packet.h"
#include "png.h"
#include "pngdsp.h"
Go to the source code of this file.
◆ handle_row()
◆ decode_idat()
◆ decode_frame_lscr()
◆ lscr_decode_close()
◆ lscr_decode_init()
◆ lscr_decode_flush()
◆ ff_lscr_decoder
Initial value:= {
.name = "lscr",
}
static void flush(AVCodecContext *avctx)
static av_cold int init(AVCodecContext *avctx)
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define FF_CODEC_CAP_INIT_THREADSAFE
The codec does not modify any global variables in the init function, allowing to call the init functi...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int lscr_decode_close(AVCodecContext *avctx)
static void lscr_decode_flush(AVCodecContext *avctx)
static int decode_frame_lscr(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
static int lscr_decode_init(AVCodecContext *avctx)
Definition at line 267 of file lscrdec.c.