Re: [FFmpeg-devel] [PATCH 5/7] dashenc: allow AdaptationSets to have different average frame rates

2017-10-29 Thread Michael Niedermayer
On Thu, Oct 26, 2017 at 06:17:31PM +0200, Peter Große wrote: > Signed-off-by: Peter Große > --- > libavformat/dashenc.c | 19 +-- > 1 file changed, 9 insertions(+), 10 deletions(-) will apply thanks [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH 5/7] dashenc: allow AdaptationSets to have different average frame rates

2017-10-26 Thread Peter Große
Signed-off-by: Peter Große --- libavformat/dashenc.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index c09b22bf7b..f3a12462be 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c