]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtp_h264.h
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since
[ffmpeg] / libavformat / rtp_h264.h
index f5acfc894724131193d1722a202c24e051106248..0f23e525cc3a359b1ea628e078c76e293fd03019 100644 (file)
@@ -25,6 +25,6 @@
 #include "rtp_internal.h"
 
 extern RTPDynamicProtocolHandler ff_h264_dynamic_handler;
-void ff_rtp_send_h264(AVFormatContext *s1, uint8_t *buf1, int size);
+void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size);
 
 #endif /* FFMPEG_RTP_H264_H */