OSDN Git Service

lavfi/amerge: silence warnings
authorPaul B Mahol <onemda@gmail.com>
Thu, 28 Jun 2012 16:51:17 +0000 (16:51 +0000)
committerPaul B Mahol <onemda@gmail.com>
Thu, 28 Jun 2012 17:18:37 +0000 (17:18 +0000)
commit3f59bbf5b62710e23243597f3ec6e4c69425657e
tree8766618d8fe057c0524177d1e9bcd94be2d51bb8
parent61123fb8f719e72ceb48927fab04d7ef92cdfb2f
lavfi/amerge: silence warnings

The warning silenced was: libavfilter/af_amerge.c:144:29: warning: conversion specifies type 'long long' but the argument has type 'int' [-Wformat]

The warning was introduced after FF_API_SAMPLERATE64 removal.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavfilter/af_amerge.c