Lines Matching defs:version
7 ** the Free Software Foundation ; either version 2.1 of the License, or
8 ** (at your option) any later version.
196 { uint8_t version ;
342 psf_log_printf (psf, "Opus library version: %s\n", opus_get_version_string ()) ;
424 psf_log_printf (psf, " OggOpus version : %d\n", (int) h->version) ;
471 count = psf_binheader_readf (psf, "ep1", 8, &h->version) ;
472 if (! (h->version == 1 || h->version == 0))
473 { psf_log_printf (psf, "Opus : Unknown / unsupported embedding scheme version: %d.\n", (int) h->version) ;
768 oopus->header.version = 1 ;
799 /* Ogg Embedding scheme version, Channel Count, Preskip Samples */
800 psf_binheader_writef (psf, "e112", BHW1 (oopus->header.version), BHW1 (psf->sf.channels), BHW2 (oopus->header.preskip)) ;
845 ** be the libopus library version, as it is doing the actual encoding. We
1819 psf_log_printf (psf, "This version of libsndfile was compiled without Ogg/Opus support.\n") ;