Go to the source code of this file.
  
  | 
        
          | static int64_t subfile_seek | ( | URLContext * | h, |  
          |  |  | int64_t | pos, |  
          |  |  | int | whence |  
          |  | ) |  |  |  | static | 
 
 
Initial value:= {
}
static av_cold int end(AVCodecContext *avctx)
Definition at line 38 of file subfile.c.
 
 
Initial value:= {
    .class_name = "subfile",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name. 
static const AVOption subfile_options[]
Definition at line 47 of file subfile.c.
 
 
Initial value:= {
    .name                = "subfile",
    .default_whitelist   = "file",
}
static int subfile_read(URLContext *h, unsigned char *buf, int size)
static int subfile_open(URLContext *h, const char *filename, int flags, AVDictionary **options)
static int64_t subfile_seek(URLContext *h, int64_t pos, int whence)
static int subfile_close(URLContext *h)
static const AVClass subfile_class
Definition at line 143 of file subfile.c.