Lines Matching defs:header
161 ** Extract the initial header from the first page and verify that the
179 { /* Error case ; not a vorbis header. */
180 psf_log_printf (psf, "Found Vorbis in stream header, but vorbis_synthesis_headerin failed.\n") ;
193 ** header page is the only place where missing data is fatal.
215 psf_log_printf (psf, "Corrupt secondary header. Exiting.\n") ;
228 psf_log_printf (psf, "Vorbis: stream has extraneous header packets.\n") ;
373 /* Vorbis streams begin with three headers ; the initial header (with
375 bitstream spec. The second header holds any comment fields. The
376 third header holds the bitstream codebook. We merely need to
380 { ogg_packet header ;
385 vorbis_analysis_headerout (&vdata->vdsp, &vdata->vcomment, &header, &header_comm, &header_code) ;
386 ogg_stream_packetin (&odata->ostream, &header) ; /* automatically placed in its own page */