[FFmpeg-devel] [PATCH 1/2] dashenc: properly determine bandwidth

2017-02-09 Thread s-ol
based on ligverds patch from https://ffmpeg.org/pipermail/ffmpeg-devel/2016-September/199183.html --- libavformat/dashenc.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 534fa75..18c39c5 100644 --- a/libavformat/d

[FFmpeg-devel] [PATCH 2/2] dashenc: add profile_identifier option

2017-02-09 Thread s-ol
sets the MPEG-DASH profile identifier in the header (for example for specifying on-demand vs default live profile) Signed-off-by: Sol Bekic --- libavformat/dashenc.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 18c3