summaryrefslogtreecommitdiff
path: root/libavcodec/paf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/paf.c')
-rw-r--r--libavcodec/paf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/paf.c b/libavcodec/paf.c
index 5ff09b9816..789231498c 100644
--- a/libavcodec/paf.c
+++ b/libavcodec/paf.c
@@ -342,7 +342,7 @@ static int paf_vid_decode(AVCodecContext *avctx, void *data,
}
break;
default:
- av_log_ask_for_sample(avctx, "unknown/invalid code\n");
+ avpriv_request_sample(avctx, "unknown/invalid code");
return AVERROR_INVALIDDATA;
}