#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.
  
  
      
        
          | static int64_t find_header  | 
          ( | 
          const char *  | 
          p | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static int64_t count_ts  | 
          ( | 
          const char *  | 
          p | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static int64_t read_ts  | 
          ( | 
          const char *  | 
          p,  | 
         
        
           | 
           | 
          int64_t *  | 
          start  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static int64_t read_line  | 
          ( | 
          AVBPrint *  | 
          buf,  | 
         
        
           | 
           | 
          AVIOContext *  | 
          pb  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static int lrc_read_seek  | 
          ( | 
          AVFormatContext *  | 
          s,  | 
         
        
           | 
           | 
          int  | 
          stream_index,  | 
         
        
           | 
           | 
          int64_t  | 
          min_ts,  | 
         
        
           | 
           | 
          int64_t  | 
          ts,  | 
         
        
           | 
           | 
          int64_t  | 
          max_ts,  | 
         
        
           | 
           | 
          int  | 
          flags  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
Initial value:= {
    .name           = "lrc",
}
static av_cold int read_close(AVFormatContext *ctx)
 
static int lrc_read_close(AVFormatContext *s)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
static int lrc_probe(AVProbeData *p)
 
static int read_header(FFV1Context *f)
 
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
 
static int lrc_read_header(AVFormatContext *s)
 
static int lrc_read_packet(AVFormatContext *s, AVPacket *pkt)
 
static int lrc_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
 
 
Definition at line 240 of file lrcdec.c.