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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dmain.c262 int format_channels; member in struct:__anon3792
368 if(option_values.format_channels >= 0) {
369 if(option_values.format_channels == 0 || (unsigned)option_values.format_channels > FLAC__MAX_CHANNELS)
370 return usage_error("ERROR: invalid number of channels '%u', must be > 0 and <= %u\n", option_values.format_channels, FLAC__MAX_CHANNELS);
389 if(option_values.format_channels >= 0)
418 if(option_values.format_channels >= 0 && option_values.format_channels != 2)
430 if(option_values.format_channels > 2)
585 option_values.format_channels
[all...]

Completed in 56 milliseconds