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/filmstripdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/filmstripdec.c') diff --git a/libavformat/filmstripdec.c b/libavformat/filmstripdec.c index 97cecfa58a..3fa68424b7 100644 --- a/libavformat/filmstripdec.c +++ b/libavformat/filmstripdec.c @@ -55,7 +55,7 @@ static int read_header(AVFormatContext *s) st->nb_frames = avio_rb32(pb); if (avio_rb16(pb) != 0) { - av_log_ask_for_sample(s, "unsupported packing method\n"); + avpriv_request_sample(s, "Unsupported packing method"); return AVERROR_PATCHWELCOME; } -- cgit v1.2.3