From 215b7724e7ef332eab5aff8d1ab6b77a11f47c4f Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sat, 3 Dec 2011 00:45:46 +0100 Subject: lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info(). --- libavformat/wtvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/wtvdec.c') diff --git a/libavformat/wtvdec.c b/libavformat/wtvdec.c index 35114416aa..cd65ce54a5 100644 --- a/libavformat/wtvdec.c +++ b/libavformat/wtvdec.c @@ -570,7 +570,7 @@ static AVStream * new_stream(AVFormatContext *s, AVStream *st, int sid, int code } st->codec->codec_type = codec_type; st->need_parsing = AVSTREAM_PARSE_FULL; - av_set_pts_info(st, 64, 1, 10000000); + avpriv_set_pts_info(st, 64, 1, 10000000); return st; } -- cgit v1.2.3