diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-09-11 09:27:46 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-09-11 09:27:46 +0000 |
commit | 7241a6bb5020a05ed5a3dddca28703b912492d2e (patch) | |
tree | 4588bd7f4afe6456f9da8b02e55171111abca757 /libavformat/rtp_internal.h | |
parent | b156b88c13ddc9b6bbd5d60f85328fea5a7fd9cf (diff) | |
download | ffmpeg-7241a6bb5020a05ed5a3dddca28703b912492d2e.tar.gz |
move unrelated functions declarations out of allformats.h
Originally committed as revision 10475 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp_internal.h')
-rw-r--r-- | libavformat/rtp_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/rtp_internal.h b/libavformat/rtp_internal.h index b03f74e861..96477620b3 100644 --- a/libavformat/rtp_internal.h +++ b/libavformat/rtp_internal.h @@ -112,5 +112,8 @@ 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); + +void av_register_rtp_dynamic_payload_handlers(void); + #endif /* RTP_INTERNAL_H */ |