#include "avformat.h"#include "raw.h"#include "id3v2.h"Go to the source code of this file.
Functions | |
| static int | flac_read_header (AVFormatContext *s, AVFormatParameters *ap) | 
| static int | flac_probe (AVProbeData *p) | 
Variables | |
| AVInputFormat | flac_demuxer | 
| static int flac_probe | ( | AVProbeData * | p | ) |  [static] | 
        
| static int flac_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) |  [static] | 
        
Initial value:
 {
    "flac",
    NULL_IF_CONFIG_SMALL("raw FLAC"),
    0,
    flac_probe,
    flac_read_header,
    ff_raw_read_partial_packet,
    .flags= AVFMT_GENERIC_INDEX,
    .extensions = "flac",
    .value = CODEC_ID_FLAC,
}
 1.5.8