Go to the source code of this file.
 | 
| #define  | PCMDEF(name_,  long_name_,  ext,  codec, ...) | 
|   | 
◆ PCMDEF
      
        
          | #define PCMDEF | 
          ( | 
            | 
          name_,  | 
        
        
           | 
           | 
            | 
          long_name_,  | 
        
        
           | 
           | 
            | 
          ext,  | 
        
        
           | 
           | 
            | 
          codec,  | 
        
        
           | 
           | 
            | 
          ...  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:static const AVClass name_ ## _demuxer_class = {            \
 
};                                                          \
AVInputFormat ff_pcm_ ## name_ ## _demuxer = {              \
    .name           = #name_,                               \
    .extensions     = ext,                                  \
    .raw_codec_id   = codec,                                \
    .priv_class     = &name_ ## _demuxer_class,             \
    __VA_ARGS__                                             \
};
 
Definition at line 107 of file pcmdec.c.
 
 
◆ pcm_read_header()
◆ PCMDEF()
◆ pcm_options
Initial value:
Definition at line 101 of file pcmdec.c.
 
 
◆ sln_demuxer_class
Initial value:= {
    .class_name = "sln demuxer",
    .option     = sln_options,
}
 
Definition at line 197 of file pcmdec.c.
 
 
◆ ff_sln_demuxer
Initial value:= {
    .name           = "sln",
    .extensions     = "sln",
}
 
Definition at line 204 of file pcmdec.c.
 
 
 
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
 
static const AVOption pcm_options[]
 
#define LIBAVUTIL_VERSION_INT
 
static int read_header(FFV1Context *f)
 
Describe the class of an AVClass context structure.
 
const char * av_default_item_name(void *ptr)
Return the context name.
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
 
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
 
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
 
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
 
static const AVClass sln_demuxer_class
 
static int pcm_read_header(AVFormatContext *s)
 
#define flags(name, subs,...)