Re: [FFmpeg-devel] [PATCH] avformat/dashdec: add subtitle stream support

2018-11-30 Thread Liu Steven
> 在 2018年11月15日,下午8:18,Steven Liu 写道: > > Signed-off-by: Steven Liu > --- > libavformat/dashdec.c | 97 +++ > 1 file changed, 90 insertions(+), 7 deletions(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c > index 497e7e469c..0929

[FFmpeg-devel] [PATCH] avformat/dashdec: add subtitle stream support

2018-11-15 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/dashdec.c | 97 +++ 1 file changed, 90 insertions(+), 7 deletions(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index 497e7e469c..092947dca2 100644 --- a/libavformat/dashdec.c +++ b/libavfor