FFmpeg
|
#include "avcodec.h"
#include "codec_internal.h"
#include "encode.h"
#include "internal.h"
#include "put_bits.h"
#include "libavutil/pixdesc.h"
Go to the source code of this file.
Data Structures | |
struct | BitpackedContext |
Functions | |
static int | encode_yuv422p10 (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame) |
static av_cold int | encode_init (AVCodecContext *avctx) |
static int | encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
Variables | |
const FFCodec | ff_bitpacked_encoder |
|
static |
Definition at line 34 of file bitpacked_enc.c.
Referenced by encode_init().
|
static |
Definition at line 72 of file bitpacked_enc.c.
|
static |
Definition at line 93 of file bitpacked_enc.c.
const FFCodec ff_bitpacked_encoder |
Definition at line 107 of file bitpacked_enc.c.