]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/wtvdec.c
Process compressed id3v2 tags.
[ffmpeg] / libavformat / wtvdec.c
index 35114416aa3f0032893c7591a5ab505801cb35cc..cd65ce54a5247e6762f8ed7af6688004d778ac79 100644 (file)
@@ -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;
 }