On Fri, Feb 28, 2014 at 01:28:46PM +0200, Martin Storsjö wrote:
> From: Michael Niedermayer <[email protected]>
> 
> These variables are assigned the return values of ftello, which
> returns an off_t, which is a signed type. On errors, ftello returns
> -1, thus make sure this error return value can be stored properly.
> ---
> Fixed the other variable that keeps ftello return values as well.
> ---
>  tools/qt-faststart.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

OK

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to