]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc.h
Moves the display of metadata to dump_format()
[ffmpeg] / libavformat / rtpenc.h
index 3cec82c9f9ed392b255b56b19fb5b41163e1e802..57101601cdae74a3e9f950b7c8a84bb533a8b936 100644 (file)
@@ -57,7 +57,9 @@ typedef struct RTPMuxContext RTPMuxContext;
 void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m);
 
 void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size);
+void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size);
 void ff_rtp_send_aac(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);
 
 #endif /* AVFORMAT_RTPENC_H */