comparison rtp_h264.h @ 2960:e5d44127b182 libavformat

Add support for H.264 video in the RTP muxer
author lucabe
date Mon, 21 Jan 2008 14:01:57 +0000
parents 792383dd085e
children 93cee0e79c5b
comparison
equal deleted inserted replaced
2959:1b7bf70aab74 2960:e5d44127b182
23 #define FFMPEG_RTP_H264_H 23 #define FFMPEG_RTP_H264_H
24 24
25 #include "rtp_internal.h" 25 #include "rtp_internal.h"
26 26
27 extern RTPDynamicProtocolHandler ff_h264_dynamic_handler; 27 extern RTPDynamicProtocolHandler ff_h264_dynamic_handler;
28 void ff_rtp_send_h264(AVFormatContext *s1, uint8_t *buf1, int size);
28 29
29 #endif /* FFMPEG_RTP_H264_H */ 30 #endif /* FFMPEG_RTP_H264_H */