Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)

Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Abeni
2007-08-24 07:13:34 +00:00
parent b75c8d16e7
commit 98561024ac
5 changed files with 109 additions and 57 deletions

View File

@@ -110,5 +110,7 @@ struct RTPDemuxContext {
extern RTPDynamicProtocolHandler *RTPFirstDynamicPayloadHandler;
int rtsp_next_attr_and_value(const char **p, char *attr, int attr_size, char *value, int value_size); ///< from rtsp.c, but used by rtp dynamic protocol handlers.
void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m);
#endif /* RTP_INTERNAL_H */