#include "libavutil/avassert.h"
#include "avcodec.h"
#include "internal.h"
#include "libutvideo.h"
#include "put_bits.h"
Go to the source code of this file.
Functions | |
| static av_cold int | utvideo_encode_init (AVCodecContext *avctx) |
| static int | utvideo_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) |
| static av_cold int | utvideo_encode_close (AVCodecContext *avctx) |
Variables | |
| AVCodec | ff_libutvideo_encoder |
Definition in file libutvideoenc.cpp.
| static av_cold int utvideo_encode_close | ( | AVCodecContext * | avctx | ) | [static] |
| static int utvideo_encode_frame | ( | AVCodecContext * | avctx, | |
| AVPacket * | pkt, | |||
| const AVFrame * | pic, | |||
| int * | got_packet | |||
| ) | [static] |
Definition at line 122 of file libutvideoenc.cpp.
| static av_cold int utvideo_encode_init | ( | AVCodecContext * | avctx | ) | [static] |
Definition at line 36 of file libutvideoenc.cpp.
Initial value:
{
"libutvideo",
NULL_IF_CONFIG_SMALL("Ut Video"),
AVMEDIA_TYPE_VIDEO,
AV_CODEC_ID_UTVIDEO,
CODEC_CAP_AUTO_THREADS | CODEC_CAP_LOSSLESS,
NULL,
(const enum PixelFormat[]) {
PIX_FMT_YUV420P, PIX_FMT_YUYV422, PIX_FMT_BGR24,
PIX_FMT_RGB32, PIX_FMT_NONE
},
NULL,
NULL,
NULL,
0,
NULL,
NULL,
sizeof(UtVideoContext),
NULL,
NULL,
NULL,
NULL,
NULL,
utvideo_encode_init,
NULL,
utvideo_encode_frame,
NULL,
utvideo_encode_close,
NULL,
}
Definition at line 210 of file libutvideoenc.cpp.
1.5.8