]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/msnwc_tcp.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / msnwc_tcp.c
index b394b8779b8413ff172645421ecad81be11551ce..1e6fd0b6f50d397fe5a5ff78fae6514cce0e65ef 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "libavcodec/bytestream.h"
 #include "avformat.h"
+#include "internal.h"
 
 #define HEADER_SIZE         24
 
@@ -84,7 +85,7 @@ static int msnwc_tcp_read_header(AVFormatContext *ctx, AVFormatParameters *ap)
     codec->codec_id = CODEC_ID_MIMIC;
     codec->codec_tag = MKTAG('M', 'L', '2', '0');
 
-    av_set_pts_info(st, 32, 1, 1000);
+    avpriv_set_pts_info(st, 32, 1, 1000);
 
     /* Some files start with "connected\r\n\r\n".
      * So skip until we find the first byte of struct size */