mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
avformat/dashenc: Associate mpd extension with dash muxer
Reviewed-by: 刘歧 <lq@chinaffmpeg.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
12a511f2c2
commit
a1f8f1340a
@ -1219,6 +1219,7 @@ static const AVClass dash_class = {
|
||||
AVOutputFormat ff_dash_muxer = {
|
||||
.name = "dash",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("DASH Muxer"),
|
||||
.extensions = "mpd",
|
||||
.priv_data_size = sizeof(DASHContext),
|
||||
.audio_codec = AV_CODEC_ID_AAC,
|
||||
.video_codec = AV_CODEC_ID_H264,
|
||||
|
Loading…
Reference in New Issue
Block a user