]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtp_h264.h
Bump Major version, this commit is almost just renaming bits_per_sample to
[ffmpeg] / libavformat / rtp_h264.h
index 19508574dbfd59724bf65d23a07ed15bdccb3084..07c4b5ef4bb3261d500dcdfb11f390103d5ed4cc 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef RTP_H264_H
-#define RTP_H264_H
+#ifndef AVFORMAT_RTP_H264_H
+#define AVFORMAT_RTP_H264_H
+
+#include "rtp_internal.h"
 
 extern RTPDynamicProtocolHandler ff_h264_dynamic_handler;
-#endif /* RTP_H264_H */
+void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size);
+
+#endif /* AVFORMAT_RTP_H264_H */