FFmpeg
Data Fields
BitpackedContext Struct Reference

Data Fields

int(* decode )(AVCodecContext *avctx, AVFrame *frame, const AVPacket *pkt)
 
int(* encode )(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame)
 

Detailed Description

Definition at line 34 of file bitpacked_dec.c.

Field Documentation

◆ decode

int(* BitpackedContext::decode) (AVCodecContext *avctx, AVFrame *frame, const AVPacket *pkt)

Definition at line 35 of file bitpacked_dec.c.

Referenced by bitpacked_decode(), and bitpacked_init_decoder().

◆ encode

int(* BitpackedContext::encode) (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame)

Definition at line 31 of file bitpacked_enc.c.


The documentation for this struct was generated from the following files: