diff options
Diffstat (limited to 'contrib/ffmpeg/libavformat/rtp_h264.h')
-rw-r--r-- | contrib/ffmpeg/libavformat/rtp_h264.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/contrib/ffmpeg/libavformat/rtp_h264.h b/contrib/ffmpeg/libavformat/rtp_h264.h index 19508574d..0f23e525c 100644 --- a/contrib/ffmpeg/libavformat/rtp_h264.h +++ b/contrib/ffmpeg/libavformat/rtp_h264.h @@ -19,8 +19,12 @@ * 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, const uint8_t *buf1, int size); + +#endif /* FFMPEG_RTP_H264_H */ |