On Sat, Feb 28, 2015 at 08:28:09PM +0100, Andreas Cadhalpun wrote:
> Hi,
>
> AVRational.num and AVRational.den are signed integers, so the
> correct printf specifier is %d not %u.
>
> Best regards,
> Andreas
> utils.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 0ab5520aa1e58707
Hi,
AVRational.num and AVRational.den are signed integers, so the correct printf
specifier is %d not %u.
Best regards,
Andreas
>From 001f2e3b8bb3623928f2ec4c95dea2c3b9b04341 Mon Sep 17 00:00:00 2001
From: Andreas Cadhalpun
Date: Sat, 28 Feb 2015 20:11:36 +0100
Subject: [PATCH] avcodec/utils: