Go to the source code of this file.
  
  
      
        
          | static int voc_read_seek  | 
          ( | 
          AVFormatContext *  | 
          s,  | 
         
        
           | 
           | 
          int  | 
          stream_index,  | 
         
        
           | 
           | 
          int64_t  | 
          timestamp,  | 
         
        
           | 
           | 
          int  | 
          flags  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
Initial value:= {
    .name           = "voc",
}
static int voc_read_packet(AVFormatContext *s, AVPacket *pkt)
 
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
static int voc_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
 
static int voc_probe(AVProbeData *p)
 
static int read_header(FFV1Context *f)
 
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
 
const AVCodecTag ff_voc_codec_tags[]
 
static int voc_read_header(AVFormatContext *s)
 
 
Definition at line 101 of file vocdec.c.