Home
last modified time | relevance | path

Searched refs:FLV_AUDIO_SAMPLESIZE_MASK (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dflv.h40 #define FLV_AUDIO_SAMPLESIZE_MASK 0x02 macro
H A Dflvdec.c195 int bits_per_coded_sample = (flags & FLV_AUDIO_SAMPLESIZE_MASK) ? 16 : 8; in flv_same_audio_codec()
1264 bits_per_coded_sample = (flags & FLV_AUDIO_SAMPLESIZE_MASK) ? 16 : 8;

Completed in 3 milliseconds