Re: [FFmpeg-devel] [PATCH 1/2] aformat/hlsenc: fix typo of AV_TIME_BASE

2017-01-23 Thread Steven Liu
2017-01-23 17:04 GMT+08:00 Steven Liu : > the code use 100 * duration, use AV_TIME_BASE replace 100 > > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c > index 85d3

[FFmpeg-devel] [PATCH 1/2] aformat/hlsenc: fix typo of AV_TIME_BASE

2017-01-23 Thread Steven Liu
the code use 100 * duration, use AV_TIME_BASE replace 100 Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 85d3955..f070bc3 100644 --- a/libavformat/hlsenc.c +++ b/liba