|
FFmpeg
|
libavfilter API usage example. More...
#include <inttypes.h>#include <math.h>#include <stdio.h>#include <stdlib.h>#include "libavutil/channel_layout.h"#include "libavutil/md5.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "libavutil/samplefmt.h"#include "libavfilter/avfilter.h"#include "libavfilter/buffersink.h"#include "libavfilter/buffersrc.h"Macros | |
| #define | INPUT_SAMPLERATE 48000 |
| #define | INPUT_FORMAT AV_SAMPLE_FMT_FLTP |
| #define | INPUT_CHANNEL_LAYOUT AV_CH_LAYOUT_5POINT0 |
| #define | VOLUME_VAL 0.90 |
| #define | FRAME_SIZE 1024 |
Functions | |
| int | main (int argc, char *argv[]) |
libavfilter API usage example.
1.8.12