Go to the source code of this file.
 | 
| #define  | FF_RAWVIDEO_DEMUXER_CLASS(name) | 
|   | 
| #define  | FF_DEF_RAWVIDEO_DEMUXER2(shortname, longname, probe, ext, id, flag) | 
|   | 
| #define  | FF_DEF_RAWVIDEO_DEMUXER(shortname, longname, probe, ext, id)   FF_DEF_RAWVIDEO_DEMUXER2(shortname, longname, probe, ext, id, AVFMT_GENERIC_INDEX) | 
|   | 
| #define  | FF_RAWSUB_DEMUXER_CLASS(name) | 
|   | 
| #define  | FF_DEF_RAWSUB_DEMUXER(shortname, longname, probe, ext, id, flag) | 
|   | 
      
        
          | #define FF_RAWVIDEO_DEMUXER_CLASS | 
          ( | 
            | 
          name | ) | 
           | 
        
      
 
Value:
};
#define LIBAVUTIL_VERSION_INT
 
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
 
const AVOption ff_rawvideo_options[]
 
Describe the class of an AVClass context structure. 
 
 
Definition at line 46 of file rawdec.h.
 
 
      
        
          | #define FF_DEF_RAWVIDEO_DEMUXER2 | 
          ( | 
            | 
          shortname,  | 
        
        
           | 
           | 
            | 
          longname,  | 
        
        
           | 
           | 
            | 
          probe,  | 
        
        
           | 
           | 
            | 
          ext,  | 
        
        
           | 
           | 
            | 
          id,  | 
        
        
           | 
           | 
            | 
          flag  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:
AVInputFormat ff_ ## shortname ## _demuxer = {\
    .name           = #shortname,\
    .extensions     = ext,\
    .priv_class     = &shortname ## _demuxer_class,\
};
#define FF_RAWVIDEO_DEMUXER_CLASS(name)
 
int ff_raw_video_read_header(AVFormatContext *s)
 
static int probe(AVProbeData *p)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt)
 
 
Definition at line 54 of file rawdec.h.
 
 
      
        
          | #define FF_RAWSUB_DEMUXER_CLASS | 
          ( | 
            | 
          name | ) | 
           | 
        
      
 
Value:
};
#define LIBAVUTIL_VERSION_INT
 
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
 
Describe the class of an AVClass context structure. 
 
 
Definition at line 72 of file rawdec.h.
 
 
      
        
          | #define FF_DEF_RAWSUB_DEMUXER | 
          ( | 
            | 
          shortname,  | 
        
        
           | 
           | 
            | 
          longname,  | 
        
        
           | 
           | 
            | 
          probe,  | 
        
        
           | 
           | 
            | 
          ext,  | 
        
        
           | 
           | 
            | 
          id,  | 
        
        
           | 
           | 
            | 
          flag  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:
AVInputFormat ff_ ## shortname ## _demuxer = {\
    .name           = #shortname,\
    .extensions     = ext,\
    .priv_data_size = 0,\
    .priv_class     = &shortname ## _demuxer_class,\
};
#define FF_RAWVIDEO_DEMUXER_CLASS(name)
 
static int probe(AVProbeData *p)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
int ff_raw_data_read_header(AVFormatContext *s)
 
int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt)
 
 
Definition at line 80 of file rawdec.h.