Re: [FFmpeg-devel] [PATCH 1/2] avformat/dashenc: use 64bit for handling the return of avio_tell()

2019-05-16 Thread Jeyapal, Karthick
On 5/14/19 4:34 PM, Michael Niedermayer wrote: > The return code is 64bit, so this is more correct, especially in case it > actually would be a file of such large size > > Signed-off-by: Michael Niedermayer > --- > libavformat/dashenc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2

[FFmpeg-devel] [PATCH 1/2] avformat/dashenc: use 64bit for handling the return of avio_tell()

2019-05-14 Thread Michael Niedermayer
The return code is 64bit, so this is more correct, especially in case it actually would be a file of such large size Signed-off-by: Michael Niedermayer --- libavformat/dashenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c