Mercurial > libavformat.hg
diff rtp_internal.h @ 2545:213268d7594e libavformat
move unrelated functions declarations out of allformats.h
| author | aurel |
|---|---|
| date | Tue, 11 Sep 2007 09:27:46 +0000 |
| parents | 18e94e5989d8 |
| children | d751acab2622 |
line wrap: on
line diff
--- a/rtp_internal.h Mon Sep 10 22:48:42 2007 +0000 +++ b/rtp_internal.h Tue Sep 11 09:27:46 2007 +0000 @@ -112,5 +112,8 @@ 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 */
