#include <gsm/gsm.h>
#include "avcodec.h"
#include "internal.h"
#include "gsm.h"
#include "libavutil/common.h"
Go to the source code of this file.
Data Structures | |
struct | LibGSMDecodeContext |
Functions | |
static av_cold int | libgsm_encode_close (AVCodecContext *avctx) |
static av_cold int | libgsm_encode_init (AVCodecContext *avctx) |
static int | libgsm_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) |
static av_cold int | libgsm_decode_init (AVCodecContext *avctx) |
static av_cold int | libgsm_decode_close (AVCodecContext *avctx) |
static int | libgsm_decode_frame (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) |
static void | libgsm_flush (AVCodecContext *avctx) |
Definition in file libgsm.c.
static av_cold int libgsm_decode_close | ( | AVCodecContext * | avctx | ) | [static] |
static int libgsm_decode_frame | ( | AVCodecContext * | avctx, | |
void * | data, | |||
int * | got_frame_ptr, | |||
AVPacket * | avpkt | |||
) | [static] |
static av_cold int libgsm_decode_init | ( | AVCodecContext * | avctx | ) | [static] |
static av_cold int libgsm_encode_close | ( | AVCodecContext * | avctx | ) | [static] |
static int libgsm_encode_frame | ( | AVCodecContext * | avctx, | |
AVPacket * | avpkt, | |||
const AVFrame * | frame, | |||
int * | got_packet_ptr | |||
) | [static] |
static av_cold int libgsm_encode_init | ( | AVCodecContext * | avctx | ) | [static] |
static void libgsm_flush | ( | AVCodecContext * | avctx | ) | [static] |