Re: [FFmpeg-devel] [PATCH] avcodec/wmavoice: use av_clipd for double values

2024-08-06 Thread Michael Niedermayer
On Wed, Jul 10, 2024 at 05:28:48PM +0200, Kacper Michajłow wrote: > Fixes Clang warning. > > Signed-off-by: Kacper Michajłow > --- > libavcodec/wmavoice.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF13361

[FFmpeg-devel] [PATCH] avcodec/wmavoice: use av_clipd for double values

2024-07-10 Thread Kacper Michajłow
Fixes Clang warning. Signed-off-by: Kacper Michajłow --- libavcodec/wmavoice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c index 258c71330c..3db73773b7 100644 --- a/libavcodec/wmavoice.c +++ b/libavcodec/wmavoice.c @@ -655,7 +