]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtp_h264.h
spoke too fast, fix dv fourcc in mov accordingly if strict
[ffmpeg] / libavformat / rtp_h264.h
index 19508574dbfd59724bf65d23a07ed15bdccb3084..f5acfc894724131193d1722a202c24e051106248 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef RTP_H264_H
-#define RTP_H264_H
+#ifndef FFMPEG_RTP_H264_H
+#define FFMPEG_RTP_H264_H
+
+#include "rtp_internal.h"
 
 extern RTPDynamicProtocolHandler ff_h264_dynamic_handler;
-#endif /* RTP_H264_H */
+void ff_rtp_send_h264(AVFormatContext *s1, uint8_t *buf1, int size);
+
+#endif /* FFMPEG_RTP_H264_H */