#include "avformat.h"
#include "internal.h"
#include "subtitles.h"
#include "libavutil/opt.h"
 
Go to the source code of this file.
◆ OFFSET
◆ SD
◆ aqt_probe()
◆ aqt_read_header()
◆ aqt_read_packet()
◆ aqt_read_seek()
  
  
      
        
          | static int aqt_read_seek  | 
          ( | 
          AVFormatContext *  | 
          s,  | 
         
        
           | 
           | 
          int  | 
          stream_index,  | 
         
        
           | 
           | 
          int64_t  | 
          min_ts,  | 
         
        
           | 
           | 
          int64_t  | 
          ts,  | 
         
        
           | 
           | 
          int64_t  | 
          max_ts,  | 
         
        
           | 
           | 
          int  | 
          flags  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ aqt_read_close()
◆ aqt_options
◆ aqt_class
Initial value:= {
    .class_name = "aqtdec",
}
 
Definition at line 134 of file aqtitledec.c.
 
 
◆ ff_aqtitle_demuxer
Initial value:= {
    .name           = "aqtitle",
    .extensions     = "aqt",
}
 
Definition at line 141 of file aqtitledec.c.
 
 
 
static int aqt_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)