Home | History | Annotate | Download | only in libFLAC

Lines Matching full:flac

37 #include "FLAC/assert.h"
91 * The basic FLAC -> Ogg mapping goes like this:
93 * - 'fLaC' magic and STREAMINFO block get combined into the first
96 * + 'FLAC' magic
97 * + the 2 byte Ogg FLAC mapping version number
104 * - Each subsequent FLAC audio frame goes into its own packet.
108 * separate write callback for the fLaC magic, and then separate write
120 * Treat fLaC magic packet specially. We will note when we see it, then
152 /* add 'FLAC' mapping magic */
155 /* add Ogg FLAC mapping major version number */
158 /* add Ogg FLAC mapping minor version number */
166 /* add native FLAC 'fLaC' magic */