| Index: source/patched-ffmpeg-mt/libavformat/rtpenc.h
|
| ===================================================================
|
| --- source/patched-ffmpeg-mt/libavformat/rtpenc.h (revision 59334)
|
| +++ source/patched-ffmpeg-mt/libavformat/rtpenc.h (working copy)
|
| @@ -68,5 +68,6 @@
|
| 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_vp8(AVFormatContext *s1, const uint8_t *buff, int size);
|
|
|
| #endif /* AVFORMAT_RTPENC_H */
|
|
|