]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc.h
avformat/utils: Initialize st in loop
[ffmpeg] / libavformat / rtpenc.h
index d34153fa67eddb649597227bcf0a6184f23581a1..dc30a6da481beafd6081c2bdd7086502e4e90520 100644 (file)
@@ -91,6 +91,7 @@ void ff_rtp_send_latm(AVFormatContext *s1, const uint8_t *buff, int size);
 void ff_rtp_send_amr(AVFormatContext *s1, const uint8_t *buff, int size);
 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
 void ff_rtp_send_xiph(AVFormatContext *s1, const uint8_t *buff, int size);
+void ff_rtp_send_vc2hq(AVFormatContext *s1, const uint8_t *buf, int size, int interlaced);
 void ff_rtp_send_vp8(AVFormatContext *s1, const uint8_t *buff, int size);
 void ff_rtp_send_jpeg(AVFormatContext *s1, const uint8_t *buff, int size);