Home
last modified time | relevance | path

Searched defs:DST_MAX_CHANNELS (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddstdec.c38 #define DST_MAX_CHANNELS 6 macro
109 static int read_map(GetBitContext *gb, Table *t, unsigned int map[DST_MAX_CHANNELS], int channels) in read_map()