[FFmpeg-devel] [PATCH 1/1] avformat/dashenc: Associate mpd extension with dash muxer

刘歧 lq at chinaffmpeg.org
Wed Nov 22 10:21:34 EET 2017


> 在 2017年11月22日,16:20,Karthick J <kjeyapal at akamai.com> 写道:
> 
> ---
> libavformat/dashenc.c | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
> index 201668a..0fee3cd 100644
> --- a/libavformat/dashenc.c
> +++ b/libavformat/dashenc.c
> @@ -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,
> -- 
> 1.9.1
> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

LGTM


Thanks



More information about the ffmpeg-devel mailing list