Go to the source code of this file.
  
  | 
        
          | static uint8_t* apng_find_chunk | ( | uint32_t | tag, |  
          |  |  | uint8_t * | buf, |  
          |  |  | size_t | length |  
          |  | ) |  |  |  | static | 
 
 
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 243 of file apngenc.c.
 
 
Initial value:= {
    .class_name = "APNG muxer",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 251 of file apngenc.c.
 
 
Initial value:= {
    .name           = "apng",
    .mime_type      = "image/png",
    .extensions     = "apng",
}
static int apng_write_trailer(AVFormatContext *format_context)
static const AVClass apng_muxer_class
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int write_trailer(AVFormatContext *s1)
static int apng_write_packet(AVFormatContext *format_context, AVPacket *packet)
static void write_header(FFV1Context *f)
static int write_packet(AVFormatContext *s1, AVPacket *pkt)
static int apng_write_header(AVFormatContext *format_context)
Definition at line 258 of file apngenc.c.