From 1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 25 Feb 2013 23:54:28 +0100 Subject: avformat: av_log_ask_for_sample() ---> avpriv_request_sample() --- libavformat/mtv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mtv.c') diff --git a/libavformat/mtv.c b/libavformat/mtv.c index 1566faa086..3c2ae1f56d 100644 --- a/libavformat/mtv.c +++ b/libavformat/mtv.c @@ -108,7 +108,7 @@ static int mtv_read_header(AVFormatContext *s) audio_subsegments = avio_rl16(pb); if (audio_subsegments == 0) { - av_log_ask_for_sample(s, "MTV files without audio are not supported\n"); + avpriv_request_sample(s, "MTV files without audio"); return AVERROR_PATCHWELCOME; } -- cgit v1.2.3