Go to the documentation of this file.
29 #include "libavutil/channel_layout.h"
32 #include "libavutil/avstring.h"
34 #define ISS_SIG "IMA_ADPCM_Sound"
35 #define ISS_SIG_LEN 15
36 #define MAX_TOKEN_SIZE 20
75 int stereo, rate_divisor;
83 sscanf(token,
"%d", &stereo);
86 sscanf(token,
"%d", &rate_divisor);