#include "avcodec.h"
Go to the source code of this file.
Functions | |
int | ff_frame_thread_encoder_init (AVCodecContext *avctx, AVDictionary *options) |
void | ff_frame_thread_encoder_free (AVCodecContext *avctx) |
int | ff_thread_video_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet_ptr) |
void ff_frame_thread_encoder_free | ( | AVCodecContext * | avctx | ) |
Definition at line 193 of file frame_thread_encoder.c.
Referenced by avcodec_close(), and ff_frame_thread_encoder_init().
int ff_frame_thread_encoder_init | ( | AVCodecContext * | avctx, | |
AVDictionary * | options | |||
) |
int ff_thread_video_encode_frame | ( | AVCodecContext * | avctx, | |
AVPacket * | pkt, | |||
const AVFrame * | frame, | |||
int * | got_packet_ptr | |||
) |