From d92024f18fa3d69937cb2575f3a8bf973df02430 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 10 Mar 2014 15:35:59 +0100 Subject: lavf: more correct printf format specifiers --- libavformat/rpl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/rpl.c') diff --git a/libavformat/rpl.c b/libavformat/rpl.c index 0b22d8aa20..b72b8d0691 100644 --- a/libavformat/rpl.c +++ b/libavformat/rpl.c @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include #include #include "libavutil/avstring.h" @@ -224,7 +224,7 @@ static int rpl_read_header(AVFormatContext *s) } if (ast->codec->codec_id == AV_CODEC_ID_NONE) { av_log(s, AV_LOG_WARNING, - "RPL audio format %i not supported yet!\n", + "RPL audio format %"PRId32" not supported yet!\n", audio_format); } avpriv_set_pts_info(ast, 32, 1, ast->codec->bit_rate); -- cgit v1.2.3