]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc_mpv.c
network: properly declare WSADATA in windows
[ffmpeg] / libavformat / rtpenc_mpv.c
index f6a5d7726a2bde76bd4a12e917c63bbac46ff563..1c67f9593bb1a1bacaa2240e4a7165dfa221a24d 100644 (file)
@@ -56,7 +56,7 @@ void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size)
             r1 = buf1;
             while (1) {
                 start_code = -1;
-                r = ff_find_start_code(r1, end, &start_code);
+                r = avpriv_mpv_find_start_code(r1, end, &start_code);
                 if((start_code & 0xFFFFFF00) == 0x100) {
                     /* New start code found */
                     if (start_code == 0x100) {