]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc.h
avformat/icoenc: Remove deprecated use of codec_name
[ffmpeg] / libavformat / rtpenc.h
index 913d05a73e73df4787557266c9f8da5acb954ee0..48b6b02d4c1f0c27bb720ebfcdb786204d3d3e20 100644 (file)
@@ -81,6 +81,7 @@ 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_h261(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_h263_rfc2190(AVFormatContext *s1, const uint8_t *buf1, int size,
                               const uint8_t *mb_info, int mb_info_size);