Commit a1f8f134 authored by Karthick J's avatar Karthick J Committed by Michael Niedermayer

avformat/dashenc: Associate mpd extension with dash muxer

Reviewed-by: 's avatar刘歧 <lq@chinaffmpeg.org>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 12a511f2
...@@ -1219,6 +1219,7 @@ static const AVClass dash_class = { ...@@ -1219,6 +1219,7 @@ static const AVClass dash_class = {
AVOutputFormat ff_dash_muxer = { AVOutputFormat ff_dash_muxer = {
.name = "dash", .name = "dash",
.long_name = NULL_IF_CONFIG_SMALL("DASH Muxer"), .long_name = NULL_IF_CONFIG_SMALL("DASH Muxer"),
.extensions = "mpd",
.priv_data_size = sizeof(DASHContext), .priv_data_size = sizeof(DASHContext),
.audio_codec = AV_CODEC_ID_AAC, .audio_codec = AV_CODEC_ID_AAC,
.video_codec = AV_CODEC_ID_H264, .video_codec = AV_CODEC_ID_H264,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment