mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 21:55:37 +01:00
avformat/rtpdec: Make ff_rtp_handler_iterate() static
Possible since 6197453761.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -190,16 +190,6 @@ struct RTPDemuxContext {
|
||||
PayloadContext *dynamic_protocol_context;
|
||||
};
|
||||
|
||||
/**
|
||||
* Iterate over all registered rtp dynamic protocol handlers.
|
||||
*
|
||||
* @param opaque a pointer where libavformat will store the iteration state. Must
|
||||
* point to NULL to start the iteration.
|
||||
*
|
||||
* @return the next registered rtp dynamic protocol handler or NULL when the iteration is
|
||||
* finished
|
||||
*/
|
||||
const RTPDynamicProtocolHandler *ff_rtp_handler_iterate(void **opaque);
|
||||
/**
|
||||
* Find a registered rtp dynamic protocol handler with the specified name.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user