]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtsp.h
prevent audio packets from being fragmented, wmp mac doesnt seem to like that and...
[ffmpeg] / libavformat / rtsp.h
index 57bb1006b903e17d9a6dcdf03f8abfe295f581c1..481e2ba499983ade91ed143d221744fb6d3f0b16 100644 (file)
@@ -76,6 +76,7 @@ typedef int FFRTSPCallback(enum RTSPCallbackAction action,
                            char *buf, int buf_size,
                            void *arg);
 
+/** useful for modules: set RTSP callback function */
 void rtsp_set_callback(FFRTSPCallback *rtsp_cb);
 
 int rtsp_init(void);