#include <stdint.h>
#include <zlib.h>
#include "libavutil/frame.h"
#include "libavutil/error.h"
#include "libavutil/log.h"
#include "libavutil/mem.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.
◆ handle_row()
◆ decode_idat()
| static int decode_idat |
( |
LSCRContext * | s, |
|
|
z_stream * | zstream, |
|
|
int | length ) |
|
static |
◆ decode_frame_lscr()
◆ lscr_decode_close()
◆ lscr_decode_init()
◆ lscr_decode_flush()
◆ ff_lscr_decoder
Initial value:= {
.p.name = "lscr",
}
static av_cold void close(AVCodecParserContext *s)
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static int decode_frame_lscr(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt)
static av_cold int lscr_decode_init(AVCodecContext *avctx)
static av_cold int lscr_decode_close(AVCodecContext *avctx)
static av_cold void lscr_decode_flush(AVCodecContext *avctx)
Definition at line 251 of file lscrdec.c.