Go to the source code of this file.
◆ OFFSET
◆ ENC
◆ apng_find_chunk()
  
  
      
        
          | static uint8_t* apng_find_chunk  | 
          ( | 
          uint32_t  | 
          tag,  | 
         
        
           | 
           | 
          uint8_t *  | 
          buf,  | 
         
        
           | 
           | 
          size_t  | 
          length  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ apng_write_chunk()
  
  
      
        
          | static void apng_write_chunk  | 
          ( | 
          AVIOContext *  | 
          io_context,  | 
         
        
           | 
           | 
          uint32_t  | 
          tag,  | 
         
        
           | 
           | 
          uint8_t *  | 
          buf,  | 
         
        
           | 
           | 
          size_t  | 
          length  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ apng_write_header()
◆ flush_packet()
◆ apng_write_packet()
◆ apng_write_trailer()
◆ apng_deinit()
◆ options
Initial value:= {
    { 
"plays", 
"Number of times to play the output: 0 - infinite loop, 1 - no loop", 
OFFSET(plays),
 
    { 
"final_delay", 
"Force delay after the last frame", 
OFFSET(last_delay),
 
}
 
Definition at line 282 of file apngenc.c.
 
 
◆ apng_muxer_class
Initial value:= {
    .class_name = "APNG muxer",
}
 
Definition at line 290 of file apngenc.c.
 
 
◆ ff_apng_muxer
Initial value:= {
    .name           = "apng",
    .mime_type      = "image/png",
    .extensions     = "apng",
}
 
Definition at line 297 of file apngenc.c.