|
|
|
@@ -259,7 +259,7 @@ AVOutputFormat ff_apng_muxer = { |
|
|
|
.name = "apng", |
|
|
|
.long_name = NULL_IF_CONFIG_SMALL("Animated Portable Network Graphics"), |
|
|
|
.mime_type = "image/png", |
|
|
|
.extensions = "png", |
|
|
|
.extensions = "apng", |
|
|
|
.priv_data_size = sizeof(APNGMuxContext), |
|
|
|
.audio_codec = AV_CODEC_ID_NONE, |
|
|
|
.video_codec = AV_CODEC_ID_APNG, |
|
|
|
|