FFmpeg
|
#include "libavutil/audio_fifo.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/samplefmt.h"
#include "avresample.h"
Go to the source code of this file.
Data Structures | |
struct | ChannelMapInfo |
struct | AVAudioResampleContext |
Enumerations | |
enum | RemapPoint { REMAP_NONE, REMAP_IN_COPY, REMAP_IN_CONVERT, REMAP_OUT_COPY, REMAP_OUT_CONVERT } |
enum RemapPoint |
Definition at line 35 of file internal.h.