Re: [FFmpeg-devel] [PATCH] libavcodec/opusenc: use correct format specifiers

2017-03-27 Thread Carl Eugen Hoyos
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 __

Re: [FFmpeg-devel] [PATCH] libavcodec/opusenc: use correct format specifiers

2017-03-26 Thread Kyle Swanson
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

Re: [FFmpeg-devel] [PATCH] libavcodec/opusenc: use correct format specifiers

2017-03-26 Thread Kyle Swanson
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

Re: [FFmpeg-devel] [PATCH] libavcodec/opusenc: use correct format specifiers

2017-03-26 Thread Nicolas George
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

[FFmpeg-devel] [PATCH] libavcodec/opusenc: use correct format specifiers

2017-03-26 Thread Kyle Swanson
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