#include <inttypes.h>
#include <stdint.h>
#include <string.h>
#include "avformat.h"
#include "internal.h"
#include "lrc.h"
#include "metadata.h"
#include "subtitles.h"
#include "libavutil/bprint.h"
#include "libavutil/dict.h"
 
Go to the source code of this file.
◆ find_header()
  
  
      
        
          | static int64_t find_header  | 
          ( | 
          const char *  | 
          p | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ count_ts()
  
  
      
        
          | static int64_t count_ts  | 
          ( | 
          const char *  | 
          p | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ read_ts()
  
  
      
        
          | static int64_t read_ts  | 
          ( | 
          const char *  | 
          p,  | 
         
        
           | 
           | 
          int64_t *  | 
          start  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ read_line()
  
  
      
        
          | static int64_t read_line  | 
          ( | 
          AVBPrint *  | 
          buf,  | 
         
        
           | 
           | 
          AVIOContext *  | 
          pb  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ lrc_probe()
◆ lrc_read_header()
◆ lrc_read_packet()
◆ lrc_read_seek()
  
  
      
        
          | static int lrc_read_seek  | 
          ( | 
          AVFormatContext *  | 
          s,  | 
         
        
           | 
           | 
          int  | 
          stream_index,  | 
         
        
           | 
           | 
          int64_t  | 
          min_ts,  | 
         
        
           | 
           | 
          int64_t  | 
          ts,  | 
         
        
           | 
           | 
          int64_t  | 
          max_ts,  | 
         
        
           | 
           | 
          int  | 
          flags  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ lrc_read_close()
◆ ff_lrc_demuxer
Initial value:
Definition at line 244 of file lrcdec.c.
 
 
 
static int lrc_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)