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

2017-11-22 Thread 刘歧
> 在 2017年11月22日,16:20,Karthick J 写道: > > --- > 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 c

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

2017-11-22 Thread Karthick J
--- 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