#include <stdlib.h>
#include "libavcodec/get_bits.h"
#include "libavcodec/flac.h"
#include "avformat.h"
#include "internal.h"
#include "oggdec.h"
 
Go to the source code of this file.
◆ OGG_FLAC_METADATA_TYPE_STREAMINFO
      
        
          | #define OGG_FLAC_METADATA_TYPE_STREAMINFO   0x7F | 
        
      
 
 
◆ flac_header()
◆ old_flac_header()
◆ ff_flac_codec
Initial value:= {
    .magic = "\177FLAC",
    .magicsize = 5,
    .nb_header = 2,
}
 
Definition at line 128 of file oggparseflac.c.
 
 
◆ ff_old_flac_codec
Initial value:= {
    .magic = "fLaC",
    .magicsize = 4,
    .nb_header = 0,
}
 
Definition at line 135 of file oggparseflac.c.