mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user