summaryrefslogtreecommitdiffstats
path: root/libavcodec/012v.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-03-15 17:13:52 +0000
committerPaul B Mahol <onemda@gmail.com>2013-03-15 18:10:28 +0000
commita9b424879f101b56cf75c2db889477bba188fe20 (patch)
treea9e67fe3fba92feaca7bdeb8122ebe2772f339ae /libavcodec/012v.c
parent3d751b1ef6619b20631b17c880aa96f2dd3a11dd (diff)
downloadffmpeg-streaming-a9b424879f101b56cf75c2db889477bba188fe20.zip
ffmpeg-streaming-a9b424879f101b56cf75c2db889477bba188fe20.tar.gz
lavc & lavf: replace deprecated av_log* functions
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/012v.c')
-rw-r--r--libavcodec/012v.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/012v.c b/libavcodec/012v.c
index bb915c2..58e3cd6 100644
--- a/libavcodec/012v.c
+++ b/libavcodec/012v.c
@@ -30,7 +30,7 @@ static av_cold int zero12v_decode_init(AVCodecContext *avctx)
avctx->bits_per_raw_sample = 10;
if (avctx->codec_tag == MKTAG('a', '1', '2', 'v'))
- av_log_ask_for_sample(avctx, "Samples with actual transparency needed\n");
+ avpriv_request_sample(avctx, "transparency");
return 0;
}
OpenPOWER on IntegriCloud