FFmpeg
|
#include "avcodec.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 AVCodec | ff_bitpacked_encoder |
|
static |
Definition at line 33 of file bitpacked_enc.c.
Referenced by encode_init().
|
static |
Definition at line 71 of file bitpacked_enc.c.
|
static |
Definition at line 92 of file bitpacked_enc.c.
const AVCodec ff_bitpacked_encoder |
Definition at line 106 of file bitpacked_enc.c.