2017-03-26 21:14 GMT+02:00 Kyle Swanson :
> Ignore previous patch, we should actually be using %" PRId64 ". Can't
> believe that took three tries ⊙﹏⊙.
I removed the spaces that are not used anywhere else in the codebase
and pushed.
Thank you, Carl Eugen
__
On Sun, Mar 26, 2017 at 1:53 PM, Kyle Swanson wrote:
> Hi,
>
> On Sun, Mar 26, 2017 at 1:20 PM, Nicolas George wrote:
>>
>> Thanks for the patch.
>>
>> Le sextidi 6 germinal, an CCXXV, Kyle Swanson a écrit :
>> > Squelches the following compiler warnings:
>> >
>> > libavcodec/opusenc.c:1051:16: w
Hi,
On Sun, Mar 26, 2017 at 1:20 PM, Nicolas George wrote:
>
> Thanks for the patch.
>
> Le sextidi 6 germinal, an CCXXV, Kyle Swanson a écrit :
> > Squelches the following compiler warnings:
> >
> > libavcodec/opusenc.c:1051:16: warning: format specifies type 'long' but
> > the argument has type
Thanks for the patch.
Le sextidi 6 germinal, an CCXXV, Kyle Swanson a écrit :
> Squelches the following compiler warnings:
>
> libavcodec/opusenc.c:1051:16: warning: format specifies type 'long' but
> the argument has type 'long long' [-Wformat]
>avctx->bit_rate/1000, clipped_rate
Squelches the following compiler warnings:
libavcodec/opusenc.c:1051:16: warning: format specifies type 'long' but
the argument has type 'long long' [-Wformat]
avctx->bit_rate/1000, clipped_rate/1000);
^~~~
libavcodec/opusenc.c:1051:38: warning: format