Go to the source code of this file.
  
  
      
        
          | static int pmp_seek  | 
          ( | 
          AVFormatContext *  | 
          s,  | 
         
        
           | 
           | 
          int  | 
          stream_index,  | 
         
        
           | 
           | 
          int64_t  | 
          ts,  | 
         
        
           | 
           | 
          int  | 
          flags  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
Initial value:= {
    .name           = "pmp",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
 
static int pmp_header(AVFormatContext *s)
 
static av_cold int read_close(AVFormatContext *ctx)
 
static int pmp_probe(AVProbeData *p)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
static int pmp_close(AVFormatContext *s)
 
static int pmp_seek(AVFormatContext *s, int stream_index, int64_t ts, int flags)
 
static int read_header(FFV1Context *f)
 
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
 
static int pmp_packet(AVFormatContext *s, AVPacket *pkt)
 
 
Definition at line 186 of file pmpdec.c.