|
FFmpeg 7.1.2
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <libavutil/frame.h>#include <libavutil/mem.h>#include <libavcodec/avcodec.h>Go to the source code of this file.
Macros | |
| #define | AUDIO_INBUF_SIZE 20480 |
| #define | AUDIO_REFILL_THRESH 4096 |
Functions | |
| static int | get_format_from_sample_fmt (const char **fmt, enum AVSampleFormat sample_fmt) |
| static void | decode (AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile) |
| int | main (int argc, char **argv) |
| #define AUDIO_INBUF_SIZE 20480 |
Definition at line 40 of file decode_audio.c.
| #define AUDIO_REFILL_THRESH 4096 |
Definition at line 41 of file decode_audio.c.
|
static |
Definition at line 43 of file decode_audio.c.
Referenced by main().
|
static |
Definition at line 72 of file decode_audio.c.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 106 of file decode_audio.c.