Lines Matching defs:errstr
1459 { const char * errstr ;
1461 errstr = sf_strerror (NULL) ;
1462 if (strstr (errstr, "Sample rate chosen is known to trigger a Vorbis") != NULL)
1466 else if (strstr (errstr, "Opus only supports sample rates of") != NULL)
1471 { printf ("Line %d: sf_open_fd (SFM_WRITE) failed : %s\n", __LINE__, errstr) ;
1681 { const char * errstr ;
1683 errstr = sf_strerror (NULL) ;
1684 if (strstr (errstr, "Sample rate chosen is known to trigger a Vorbis") != NULL)
1688 else if (strstr (errstr, "Opus only supports sample rates of") != NULL)
1693 { printf ("Line %d: sf_open_fd (SFM_WRITE) failed : %s\n", __LINE__, errstr) ;
1928 { const char * errstr ;
1930 errstr = sf_strerror (NULL) ;
1931 if (strstr (errstr, "Sample rate chosen is known to trigger a Vorbis") != NULL)
1935 else if (strstr (errstr, "Opus only supports sample rates of") != NULL)
1940 { printf ("Line %d: sf_open_fd (SFM_WRITE) failed : %s\n", __LINE__, errstr) ;
2171 { const char * errstr ;
2173 errstr = sf_strerror (NULL) ;
2174 if (strstr (errstr, "Sample rate chosen is known to trigger a Vorbis") != NULL)
2178 else if (strstr (errstr, "Opus only supports sample rates of") != NULL)
2183 { printf ("Line %d: sf_open_fd (SFM_WRITE) failed : %s\n", __LINE__, errstr) ;