FFmpeg 5.1.6
|
audio encoding with libavcodec API example. More...
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <libavcodec/avcodec.h>
#include <libavutil/channel_layout.h>
#include <libavutil/common.h>
#include <libavutil/frame.h>
#include <libavutil/samplefmt.h>
Go to the source code of this file.
Functions | |
static int | check_sample_fmt (const AVCodec *codec, enum AVSampleFormat sample_fmt) |
static int | select_sample_rate (const AVCodec *codec) |
static int | select_channel_layout (const AVCodec *codec, AVChannelLayout *dst) |
static void | encode (AVCodecContext *ctx, AVFrame *frame, AVPacket *pkt, FILE *output) |
int | main (int argc, char **argv) |
audio encoding with libavcodec API example.
Definition in file encode_audio.c.
|
static |
|
static |
|
static |
|
static |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 122 of file encode_audio.c.