Go to the source code of this file.
◆ AV_LOG
◆ ERR_INTERNAL
      
        
          | #define ERR_INTERNAL | 
          ( | 
            | 
          msg,  | 
        
        
           | 
           | 
            | 
          ...  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:do {                                                            \
    AV_LOG(msg, codec->name __VA_ARGS__);                       \
    ret = 1;                                                    \
} while (0)
 
Definition at line 31 of file avcodec.c.
 
 
◆ ERR
◆ ERR_EXT
      
        
          | #define ERR_EXT | 
          ( | 
            | 
          msg,  | 
        
        
           | 
           | 
            | 
          ...  | 
        
        
           | 
          ) | 
           |    ERR_INTERNAL(msg, , __VA_ARGS__) | 
        
      
 
 
◆ CHECK
      
        
          | #define CHECK | 
          ( | 
            | 
          TYPE,  | 
        
        
           | 
           | 
            | 
          type  | 
        
        
           | 
          ) | 
           |    (codec2->cb_type == FF_CODEC_CB_TYPE_ ## TYPE && !codec2->cb.type) | 
        
      
 
 
◆ get_type_string()
  
  
      
        
          | static const char* get_type_string  | 
          ( | 
          enum AVMediaType  | 
          type | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ priv_data_size_wrong()
  
  
      
        
          | static int priv_data_size_wrong  | 
          ( | 
          const FFCodec *  | 
          codec | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ main()