]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / rtpdec.h
index eb468be9e5ecabf3d8116ceb1b641316fa46de2b..db444434793da6715b3b97ddc807879267f5ca74 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,