]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec.h
avprobe: fix formatting.
[ffmpeg] / libavformat / rtpdec.h
index eb1e62daec2fdf69d22e85b96d49e3bbba6a4a47..9e2bfd01d50fea16cc629807bc0c63bc124d11bb 100644 (file)
@@ -122,6 +122,7 @@ struct RTPDynamicProtocolHandler_s {
                             * require any custom depacketization code. */
 
     // may be null
+    int (*init)(AVFormatContext *s, int st_index, PayloadContext *priv_data); ///< Initialize dynamic protocol handler, called after the full rtpmap line is parsed
     int (*parse_sdp_a_line) (AVFormatContext *s,
                              int st_index,
                              PayloadContext *priv_data,