FFmpeg
|
audio decoding with libavcodec API example More...
#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 | |
int | main (int argc, char **argv) |
audio decoding with libavcodec API example
Definition in file decode_audio.c.
#define AUDIO_INBUF_SIZE 20480 |
#define AUDIO_REFILL_THRESH 4096 |
Definition at line 42 of file decode_audio.c.