FFmpeg
|
#include "avcodec.h"
Go to the source code of this file.
Functions | |
av_cold int | ff_ffv1_encode_init (AVCodecContext *avctx) |
av_cold int | ff_ffv1_write_extradata (AVCodecContext *avctx) |
av_cold int | ff_ffv1_encode_setup_plane_info (AVCodecContext *avctx, enum AVPixelFormat pix_fmt) |
av_cold int ff_ffv1_encode_init | ( | AVCodecContext * | avctx | ) |
Definition at line 550 of file ffv1enc.c.
Referenced by encode_init_internal(), and vulkan_encode_ffv1_init().
av_cold int ff_ffv1_write_extradata | ( | AVCodecContext * | avctx | ) |
Definition at line 395 of file ffv1enc.c.
Referenced by encode_init_internal(), and vulkan_encode_ffv1_init().
av_cold int ff_ffv1_encode_setup_plane_info | ( | AVCodecContext * | avctx, |
enum AVPixelFormat | pix_fmt | ||
) |
Definition at line 746 of file ffv1enc.c.
Referenced by encode_init_internal(), and vulkan_encode_ffv1_init().